Skip to content

Commit

Permalink
Make it easier to resume playback after VA activity
Browse files Browse the repository at this point in the history
  • Loading branch information
tetele committed Apr 19, 2024
1 parent 8bb69c3 commit 328c670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/onju-voice-microwakeword.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ micro_wake_word:
- if:
condition: media_player.is_playing
then:
- media_player.stop
- media_player.pause
- voice_assistant.start:
wake_word: !lambda return wake_word;

Expand Down

0 comments on commit 328c670

Please sign in to comment.