From a4ea9e088e7e48a9d0e3a7918461b558367f6c3e Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 23 Nov 2023 21:28:16 -0500 Subject: [PATCH] Readd second turn_off Sometimes the LED gets stuck without this --- supersensor.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/supersensor.yaml b/supersensor.yaml index 03d7883..5fbfa54 100644 --- a/supersensor.yaml +++ b/supersensor.yaml @@ -165,6 +165,9 @@ voice_assistant: id: output_led transition_length: 1s on_tts_start: + - light.turn_off: + id: output_led + transition_length: 1s - if: condition: lambda: return x != "Sorry, I couldn't understand that";