We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d729996 commit b2d20e7Copy full SHA for b2d20e7
esp32-s3-voice-assistant.yaml
@@ -318,8 +318,13 @@ voice_assistant:
318
then:
319
- lambda: id(va).set_use_wake_word(false);
320
- micro_wake_word.start:
321
- - script.execute: set_idle_or_mute_phase
322
- - script.execute: draw_display
+ - if:
+ condition:
323
+ not:
324
+ voice_assistant.is_running:
325
+ then:
326
+ - script.execute: set_idle_or_mute_phase
327
+ - script.execute: draw_display
328
on_error:
329
- if:
330
condition:
0 commit comments