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? This PR introduces delayed BLE actions. This may be useful for triggering BLE writes on non-persistent connections. Using a delayed BLE action will cause a...

has-tests
integration: ble_client

# What does this implement/fix? ESPHome running on esp32-c3 fails to connect to some BLE devices. A simple example is the [nrf_blinky](https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/libraries/Bluefruit52Lib/examples/Peripheral/nrf_blinky/nrf_blinky.ino) running on an nRF52840. While the `dev` branch...

integration: ble_client
small-pr

# What does this implement/fix? Adds options to modify the device settings. ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [X] New feature...

integration: apds9960
small-pr

# What does this implement/fix? Make use of hardware `pcnt` optional for pulsecounter sensors on ESP32. Requires PR #3690, to pass selection argument to the sensor constructor. ## Types of...

integration: hlw8012
integration: pulse_counter

# What does this implement/fix? I'm continuing to add support for components I found on my [Adafruit FunHouse](https://www.adafruit.com/product/4985). This one adds support for the `DPS310` pressure and temperature sensor via...

new-integration
has-tests
integration: dps310

# What does this implement/fix? Adds support for the MCP9600 I2C Thermocouple Amplifier. This can also work with the MCP9601. ## Types of changes - [ ] Bugfix (non-breaking change...

new-integration
has-tests
integration: mcp9600

# What does this implement/fix? Fixes an error when trying to read energy consumed/returned. The old Library threw an error when reading energy with Wh as unit. ## Types of...

stale
small-pr
integration: dsmr

# What does this implement/fix? Modbus switches are unnecessarily updating their status to flash, since the actual state resides in the modbus slave device. This save state behavior resides in...

integration: gpio
integration: output
integration: switch
core
integration: modbus_controller

# What does this implement/fix? **Add support for multiple BME680 devices** Devices are identified by their I2C address, so no devices can share a single address. Since the BME680 can...

integration: bme680_bsec

# What does this implement/fix? During OTA update of an ESP32S3 I found out the OTA process fails and no proper errors to debug were found. This code adds information...

integration: ota
core
small-pr