Add stop before start

This commit is contained in:
Joshua Boniface 2024-07-12 02:43:33 -04:00
parent 698a083751
commit 3c81295a93

View File

@ -283,6 +283,7 @@ interval:
- not: voice_assistant.connected
then:
- logger.log: "voice assistant not running; restarting"
- voice_assistant.stop:
- voice_assistant.start_continuous:
# Add optional microWakeWord support (on-device wake word)