From 1e316360622cae897bd365fa065732ea5475c9ae Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 17 Jun 2022 15:10:23 -0400 Subject: [PATCH] Adjusted max brightness script --- scripts.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/scripts.yaml b/scripts.yaml index 1a28389..e8276bc 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -176,9 +176,21 @@ max_brightness: minutes: 0 seconds: 1 milliseconds: 0 + - service: input_boolean.turn_on + data: {} + target: + entity_id: input_boolean.shower_mode + - service: automation.turn_off + data: {} + target: + entity_id: automation.living_room_night_lighting + - service: input_boolean.turn_off + data: {} + target: + entity_id: input_boolean.front_porch_light_on - service: light.turn_on data: - kelvin: 6400 + kelvin: 5500 brightness_pct: 100 target: entity_id: all