From f9d252a76000f0673c41b46d5ff2e95df7f85be9 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 12 Nov 2022 20:55:16 -0500 Subject: [PATCH] Fixed wrong boolean in cleanup for studio quiet --- scripts.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts.yaml b/scripts.yaml index 91b905e..b4ab92c 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -436,12 +436,12 @@ freeze_cleanup: - service: input_boolean.turn_on data: {} target: - entity_id: input_boolean.stream_online + entity_id: input_boolean.studio_quiet else: - service: input_boolean.turn_off data: {} target: - entity_id: input_boolean.stream_online + entity_id: input_boolean.studio_quiet - if: - condition: state entity_id: calendar.family_tinawork