Skip to content

Commit b2d20e7

Browse files
committed
1 parent d729996 commit b2d20e7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

esp32-s3-voice-assistant.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,13 @@ voice_assistant:
318318
then:
319319
- lambda: id(va).set_use_wake_word(false);
320320
- micro_wake_word.start:
321-
- script.execute: set_idle_or_mute_phase
322-
- script.execute: draw_display
321+
- if:
322+
condition:
323+
not:
324+
voice_assistant.is_running:
325+
then:
326+
- script.execute: set_idle_or_mute_phase
327+
- script.execute: draw_display
323328
on_error:
324329
- if:
325330
condition:

0 commit comments

Comments
 (0)