From 0f7de5624533142aaaf67842aff6c215794ac19a Mon Sep 17 00:00:00 2001 From: ccostan Date: Fri, 25 Oct 2019 14:22:48 -0400 Subject: [PATCH] #670 Trying to make sure the Landscaping Lights are always on when it's dark. --- config/automation/Timed_Triggers/sunset_turn_on.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/automation/Timed_Triggers/sunset_turn_on.yaml b/config/automation/Timed_Triggers/sunset_turn_on.yaml index 5791f6c7..d41773e3 100755 --- a/config/automation/Timed_Triggers/sunset_turn_on.yaml +++ b/config/automation/Timed_Triggers/sunset_turn_on.yaml @@ -59,7 +59,7 @@ {% if states.group.family.state == 'home' -%} 10 {% else %} - 200 + 150 {% endif %} - wait_template: >- {{ states.group.family.state == 'home' }}