-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
Checklist
- I have filled out the template to the best of my ability.
- This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
- This issue is not a duplicate feature request of previous feature requests.
Is your feature request related to a problem? Please describe.
When multiple onju voices detect the wakeword at the same time, HA cancels all but one pipelines (good!). This triggers the on_error handler on the cancelled devices though, which then play the on_error sound.
Describe the solution you'd like
A runtime configuration switch which allows turning off of the on_error sound.
Describe alternatives you've considered
It would be nice if HA would allow a differentiation between error types, but I don't think it does? Then we could choose when to play the sound.
Additional context
Reactions are currently unavailable