From d9ba4e5c64ddb42706b13517928a7f1230bac48e Mon Sep 17 00:00:00 2001 From: ccostan Date: Fri, 5 Oct 2018 20:30:14 -0400 Subject: [PATCH] Updated some of the Brightness of the lights. --- config/automation/Timed_Triggers/sunset_turn_on.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/automation/Timed_Triggers/sunset_turn_on.yaml b/config/automation/Timed_Triggers/sunset_turn_on.yaml index c86a42c7..7333c986 100755 --- a/config/automation/Timed_Triggers/sunset_turn_on.yaml +++ b/config/automation/Timed_Triggers/sunset_turn_on.yaml @@ -49,9 +49,11 @@ - switch.front_landscaping - service: script.monthly_color_scene - service: light.turn_on - entity_id: light.outdoor_bathroom + entity_id: + - light.outdoor_bathroom + - light.bedroom data: - brightness: 20 + brightness: 10 - wait_template: >- {{ states.group.family.state == 'home' }} - service: switch.turn_on @@ -65,7 +67,6 @@ - service: light.turn_on entity_id: - group.living_room_accents - - light.bedroom - wait_template: >- {{ is_state('group.garage_doors', 'closed') }} - wait_template: >-