From 4572a77e471fced28b08b868d9aed06c7314b5e8 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 19 Feb 2023 12:26:44 -0500 Subject: [PATCH] Turn off Studio Quiet when I go to bed --- scripts.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts.yaml b/scripts.yaml index 9db7077..eea95da 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -223,6 +223,10 @@ going_upstairs: - input_select.living_room_scenes - service: input_boolean.turn_on entity_id: input_boolean.night_mode + - service: input_boolean.turn_off + data: {} + target: + entity_id: input_boolean.studio_quiet - service: media_player.turn_off target: entity_id: media_player.basement_tv