ESPHome 2024.7.0 - 17th July 2024

microWakeWord

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

Release 2024.7.2 - July 25

Release 2024.7.3 - August 1

Full list of changes

New Features

Breaking Changes

Beta Changes

All changes

Past Changelogs