Add restart after error

This commit is contained in:
Joshua Boniface 2024-07-12 02:54:22 -04:00
parent 012fea6947
commit 01e1b50392

View File

@ -321,6 +321,12 @@ voice_assistant:
- voice_assistant.start_continuous:
on_end:
- logger.log: "voice ended"
- if:
condition:
switch.is_on: voice_support_active
then:
- voice_assistant.stop:
- voice_assistant.start_continuous:
on_client_connected:
- if:
condition: