From c043da62f9ad7ef464ef4bf7418b210d857f81ea Mon Sep 17 00:00:00 2001 From: ccostan Date: Sun, 14 Jan 2018 18:35:56 -0500 Subject: [PATCH] Super Minor Tweak to the Brightness. --- automation/Timed_Triggers/sunset_turn_on.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Timed_Triggers/sunset_turn_on.yaml b/automation/Timed_Triggers/sunset_turn_on.yaml index 240754e4..b541bfbe 100755 --- a/automation/Timed_Triggers/sunset_turn_on.yaml +++ b/automation/Timed_Triggers/sunset_turn_on.yaml @@ -39,7 +39,7 @@ - service: light.turn_on entity_id: light.outdoor_bathroom data: - brightness: 10 + brightness: 20 - wait_template: >- {{ states.group.family.state == 'home' }} - service: switch.turn_on