Add restart after error
This commit is contained in:
parent
012fea6947
commit
01e1b50392
@ -321,6 +321,12 @@ voice_assistant:
|
|||||||
- voice_assistant.start_continuous:
|
- voice_assistant.start_continuous:
|
||||||
on_end:
|
on_end:
|
||||||
- logger.log: "voice ended"
|
- logger.log: "voice ended"
|
||||||
|
- if:
|
||||||
|
condition:
|
||||||
|
switch.is_on: voice_support_active
|
||||||
|
then:
|
||||||
|
- voice_assistant.stop:
|
||||||
|
- voice_assistant.start_continuous:
|
||||||
on_client_connected:
|
on_client_connected:
|
||||||
- if:
|
- if:
|
||||||
condition:
|
condition:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user