Otto Winter
Otto Winter
# What does this implement/fix? **Blocked due to https://github.com/platformio/platform-espressif32/issues/619** See https://github.com/espressif/arduino-esp32/releases/tag/2.0.0 Things may break, draft to allow for testing and discussion ## Types of changes - [ ] Bugfix (non-breaking...
# What does this implement/fix? Has a breaking change with s6 overlay in the hassio debian base image https://developers.home-assistant.io/blog/2022/05/12/s6-overlay-base-images/ https://github.com/hassio-addons/addon-debian-base/releases So might need a slight change to the config.yaml for...
For bug reports, please go to https://github.com/esphome/issues For feature requests, go to https://github.com/esphome/feature-requests Thank you!
For bug reports, please go to https://github.com/esphome/issues For feature requests, go to https://github.com/esphome/feature-requests Thank you!
For bug reports, please go to https://github.com/esphome/issues For feature requests, go to https://github.com/esphome/feature-requests Thank you!
Problem with current native API is that the ESP is the server. That was an intentional decision that makes setup much easier (and so the default will stay that way)....
This is an idea I've had for some time, but don't have the frontend experience for to implement. ### Goal Simplify config creation for beginners by replacing raw YAML with...
## What do these changes do? The [`xmlcharrefreplace`](https://docs.python.org/3/library/codecs.html#error-handlers) error handler is invalid for `decode` operations (only `encode`): ``` In [1]: b = b"\xc3\x28" # invalid utf8 In [2]: b.decode("utf8", "xmlcharrefreplace")...