ESPHome 2024.2.0: On-device wake word detection

micro Wake Word
Section titled “micro Wake Word”ESPHome implements an on-device wake word detection framework from microWakeWord. 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
Section titled “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
Section titled “CSE7766 changes”@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
Section titled “Release 2024.2.1 - February 26”- Add missing timeout to “async_request” esphome#6267 by @jesserockz
- Bump zeroconf timeout to 3000 esphome#6270 by @jesserockz
- web_server: Add a position property for cover entities that have the supports position trait esphome#6269 by @DanielBaulig
- allow multiple emc2101 esphome#6272 by @ssieb
- Fix RP2040 SPI pin validation esphome#6277 by @kbx81
- dashboard: move storage json update to a background task in edit save esphome#6280 by @bdraco
- make output optional for speed fan esphome#6274 by @ssieb
- fix throttle average nan handling esphome#6275 by @ssieb
- Fix thermostat supplemental actions esphome#6282 by @kbx81
Release 2024.2.2 - March 6
Section titled “Release 2024.2.2 - March 6”- CSE7766: Fix energy calculation esphome#6286 by @puuu
- handling with the negative temperature in the sensor tmp102 esphome#6316 by @FlyingFeng2021
- fix tmp102 negative calculation esphome#6320 by @ssieb
- auto load output for now esphome#6309 by @ssieb
- Add wake word phrase to voice assistant start command esphome#6290 by @jesserockz
Full List of Changes
Section titled “Full List of Changes”For the complete list of every merged pull request in this release, see the full 2024.2.0 changelog.





Comments