From 3b7c08868ab8a0b30cc05cd5a404802f04a87493 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 13 Jul 2024 00:55:24 -0400 Subject: [PATCH] Fix is_running flag --- supersensor.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/supersensor.yaml b/supersensor.yaml index 17af453..1179912 100644 --- a/supersensor.yaml +++ b/supersensor.yaml @@ -280,7 +280,7 @@ interval: condition: and: - switch.is_on: voice_support_active - - not: voice_assistant.is_active + - not: voice_assistant.is_running then: - logger.log: "voice assistant not running; restarting" - voice_assistant.start_continuous: @@ -316,7 +316,7 @@ voice_assistant: condition: and: - switch.is_on: voice_support_active - - not: voice_assistant.is_active + - not: voice_assistant.is_running then: - voice_assistant.start_continuous: on_end: @@ -325,7 +325,7 @@ voice_assistant: condition: and: - switch.is_on: voice_support_active - - not: voice_assistant.is_active + - not: voice_assistant.is_running then: - voice_assistant.start_continuous: on_client_connected: