Skip to content

Commit

Permalink
Ignore Duplicate Wake Word Error (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpouffier authored Nov 7, 2024
1 parent cd11440 commit a6de40b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home-assistant-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,9 @@ voice_assistant:
on_error:
- if:
condition:
lambda: return !id(init_in_progress);
and:
- lambda: return !id(init_in_progress);
- lambda: return code != "duplicate_wake_up_detected";
then:
- lambda: id(voice_assistant_phase) = ${voice_assist_error_phase_id};
- script.execute: control_leds
Expand Down

0 comments on commit a6de40b

Please sign in to comment.