ESPHome 2024.2.0 - 21st February 2024

micro Wake Word Copy link to header

ESPHome implements an on-device wake word detection framework from microWakeWordExternal link. See the component documentation for details on how to use it.

Check out the live stream replay below for more details about how it works and came to be.

## BME280 changes

@apbodrov has added support for the BME280 sensor over SPI. This change is a breaking change for any existing configurations using the BME280 over I2C as the platform name has been changed from bme280 to bme280_i2c. There are no other configuration changes required to continue using the BME280 over I2C. See the component documentation for the latest configuration variables.

CSE7766 changes Copy link to header

@ssieb has changed the CSE7766 sensor from appearing to be a polling component. It has a high update rate, so if you don’t want to send a lot of data to HA, you can add the throttle_average filter with the time period you were using for the update interval (the default is 60s) to each sensor. The example in the sensor doc page has been updated to show this.

Release 2024.2.1 - February 26 Copy link to header

Release 2024.2.2 - March 6 Copy link to header

Full list of changes Copy link to header

New Components Copy link to header

Breaking Changes Copy link to header

Beta Changes Copy link to header

All changes Copy link to header

Past Changelogs Copy link to header

CURRENT