ESPHome 2024.7.0 - 17th July 2024

microWakeWord Copy link to header

The micro_wake_word component has been updated to “version 2”. This brings the capability to configure multiple models per device and has a vad model for voice activity detection.

The configuration has a breaking change to support these new features.

micro_wake_word:
  model: okay_nabu

needs to be changed to the following:

micro_wake_word:
  models:
    - okay_nabu

Please see the Documentation for the full configuration.

Release 2024.7.1 - July 22 Copy link to header

Release 2024.7.2 - July 25 Copy link to header

Release 2024.7.3 - August 1 Copy link to header

Full list of changes Copy link to header

New Features 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