You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just starting with Home Assistant voice assistant using the ESP32-S3-BOX. My initial use case is for setting timers in the kitchen. I got voice commands for that working, but then found that when a timer fires, I have to use the button on the device to acknowledge the timer. Voice commands don't work while a timer alarm is playing.
Can this be changed so that the voice assistant remains active while playing the alarm? I intend to place the device in the kitchen where it is out of the way and thus hard to reach. Besides, the main purpose of voice assistant is to have the hands free for other tasks... 😅
The text was updated successfully, but these errors were encountered:
I can imagine that it had to be done this way because the microphones aren't working well enough while playing sound. Is that the reason for the current behavior?
I am just starting with Home Assistant voice assistant using the ESP32-S3-BOX. My initial use case is for setting timers in the kitchen. I got voice commands for that working, but then found that when a timer fires, I have to use the button on the device to acknowledge the timer. Voice commands don't work while a timer alarm is playing.
This matches the configuration:
wake-word-voice-assistants/esp32-s3-box/esp32-s3-box.yaml
Lines 237 to 256 in 35f6e76
This is from d125927 => cc @jlpouffier
Can this be changed so that the voice assistant remains active while playing the alarm? I intend to place the device in the kitchen where it is out of the way and thus hard to reach. Besides, the main purpose of voice assistant is to have the hands free for other tasks... 😅
The text was updated successfully, but these errors were encountered: