I just recently added an ESP32-S3-Box-3 setting it up to use the Home Assistant Cloud voice assistant. It seems to work very well except for the fact that when I try to change the wakeword under voice assistants nothing is recognized except "Ok Nabu". I even created a new voice assitant and attached it to the ESP32-S-Box-3 but still only "Ok Nabu" gets recognized. I found a post in the forums regarding the same issue by others but unfortunately there was no resolution. I tried restarting after making the update, cleared cache in the browser but nothing seems to work. Is there a resolution for why this is not updating?
#OpenWakeWord not recognized only "Ok Nabu: seems to work
1 messages · Page 1 of 1 (latest)
in order to change the wake word if using micro wake word (on device) you need to change the wakeword in the device firmware and then re-compile and upload the change. if using openwakeword this is changed in HA under the assist settings
So this change has to happen in esphome? I didn't see a place to change that in the yaml file.
you need the full yaml for the device, you change this line here the options are okay_nabu, hey_jarvis, alexa or hey_mycroft
Ah, I see it, goes under substitutions
yup line 34
Thanks!