BigBobbas / ESP32-S3-Box3-Custom-ESPHome

Custom ESPHome config for ESP32-S3-Box-3 with sensors and touchscreen
67 stars 13 forks source link

Micro wakeword change 2024.7 #46

Closed pepe59 closed 1 month ago

pepe59 commented 1 month ago

First of all, I would like to thank you for a great component that is much better than the default one. Another esp32-box 3b arrived today and I found out that the micro wakeword needs to be modified for esphome version 2024.7 otherwise it won't compile. Here

micro_wake_word:
  models:
    - ${micro_wake_word_model}
  on_wake_word_detected:
    - voice_assistant.start:
        wake_word: !lambda return wake_word;
Someguitarist commented 1 month ago

Awesome, thanks pepe, you've been great! Where do I put that in the config, and where do I put 'hey_jarvis' instead of 'ok_nabu" now?

pepe59 commented 1 month ago

In the esphome GUI on the esp32-box3 tab, open edit and you will see it there. Or look at the discussion there it is described

geddyleefan commented 1 month ago

Thanks, works perfectly!

BigBobbas commented 1 month ago

I posted this earlier 👍

pepe59 commented 1 month ago

Psal jsem to dříve 👍

I noticed it in the discussion later when I posted it here

Someguitarist commented 1 month ago

Thanks for doing all this work BigBobbas!!

BigBobbas commented 1 month ago

issue documented and fix available - closing issue