Blair McBride

Results 28 comments of Blair McBride

The YAML format is used by a LOT of different tools and projects. So in almost every project I have, this extension forcibly inserts its own settings into the project's...

I was having this issue too. I managed to get some logs, but didn't see anything relevant. Unfortunately, life got in the way, and in the meantime I lost the...

Using the dashboard directly is not the only use of the dashboard though. You can update ESPHome devices from within Home Assistant itself (added in Home Assistant 2023.2 and ESPHome...

Do you mean something like this? https://esphome.io/components/tca9548a That's a dedicated I2C multiplexer though, not a general GPIO multiplexer. ESPHome has a software implementation for SPI, but not for I2C. There...

(This isn't my usual area, I'm just trying to provide some context and help where possible) Sorry, yes, you are right - ESP8266 indeed has no hardware I2C, and uses...

@alexruffell wrote: > name: None (does not work, I just get "none" as a name) This should work - I'd suggest filing a separate bug report (not feature request) just...

With specifying `None` as the name, some of the use-cases mentioned here would work well with the sub-device/multi-device config being added in this PR: - https://github.com/esphome/esphome/pull/6484 For background discussion on...

https://github.com/esphome/esphome/pull/3612 (Jinja2 templating) just ran out of steam - generally supported, but caught up on struggling to get agreement on the details. Much as I'd like full Jinja2 templating, just...

@GraffJosh wrote: > I would actually really like this functionality for multi-network behavior. > > !if $network1_connected MQTTBroker: server1 !else MQTTBroker: server2 !endif Note that what's being proposed here wouldn't...

Fixed in 2024.2.0: - https://github.com/esphome/esphome/pull/6056 You can now specify `sample_rate`, which defaults to `16000`: - https://esphome.io/components/microphone/i2s_audio#configuration-variables