esphome
esphome copied to clipboard
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
# What does this implement/fix? Add Support for the 7.3inch E Ink Spectra 6 (E6). I'll be honest, I had tried to set up the development environment. But I've failed...
# What does this implement/fix? Switch ESP32 Arduino to use the ESP-IDF HTTP client instead of the Arduino HTTPClient library. This provides consistent behavior across both ESP32 frameworks and enables...
# What does this implement/fix? Add a queue for commands, where write requests will be inserted in the front and read requests at the end. This solves a bug where...
# What does this implement/fix? This embeds a config hash and build time into each image, which can be used for managed updates to know when the available image is...
# What does this implement/fix? WIP. Currently, session persistence is requested by default (`clean_session: false`), but it's never actually used. To take advantage of this functionality, all the components that...
# What does this implement/fix? This is a work in progress! This PR adds several new classes and features to the audio component to support the upcoming Sendspin component. Changes:...
# What does this implement/fix? - Adds support for RGBCCT color for RMT light strips (non-breaking change) - Adds support for arbitrary color orders for RMT light strips (non-breaking change)...
### The problem When using the new `epapers_spi` integration, it throws an error when setting `update_interval: never`, which should be possible by docs: ``` update_interval (Optional, [Time](https://esphome.io/guides/configuration-types#time)): The interval to...
# What does this implement/fix? Allows configuration of additional security params along the same lines as `IoCapability` The intent is to not change any behaviour unless explicitly configured. A downstream...
# What does this implement/fix? Migrates the LVGL library to v9. There are some deprecated properties, but existing configs should compile and run. ## Types of changes - [ ]...