esphome icon indicating copy to clipboard operation
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.

Results 766 esphome issues
Sort by recently updated
recently updated
newest added

# 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...

integration: waveshare_epaper

# 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...

component: http_request
code-quality

# 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...

core
bugfix
by-code-owner
component: micronova

# 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...

core

# 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...

new-feature
needs-docs
needs-tests
component: mqtt
small-pr
bugfix

# 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:...

code-quality
by-code-owner
component: audio

# 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)...

new-feature
component: light
has-tests
core
component: esp32_rmt_led_strip

### 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...

new-feature
has-tests
component: esp32_ble

# 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 - [ ]...

new-feature
needs-docs
component: font
component: image
has-tests
core
by-code-owner
component: lvgl