Add restart after error
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user