AlmostInteractive / ESP32-S3-Box-3-Voice-Assistant-Sensor-Dock

8 stars 1 forks source link

ESPHome 2024.7.0 #9

Closed frankfrommelt closed 1 month ago

frankfrommelt commented 1 month ago

There is a breaking change in ESPHome 2024.7.0 for microWakeWord:

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:

I changed your code (lines 240+) to as I had some errors preventing the installation.

Im still having some trouble to install as I pretty new to "ESP Home"

micro_wake_word: models:

frankfrommelt commented 1 month ago

got it installed.

AlmostInteractive commented 1 month ago

Resolved. Thank you for your support! :)