From dd90b22928e60fd940a2850a71648c8c95d25ba7 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 12 Aug 2022 20:31:38 -0400 Subject: [PATCH] Adjusted nursery cooling schedules slightly --- packages/scheduling.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/scheduling.yaml b/packages/scheduling.yaml index b18a475..109ea71 100644 --- a/packages/scheduling.yaml +++ b/packages/scheduling.yaml @@ -274,9 +274,9 @@ automation: {% set high = state_attr('sensor.current_forecast','high_temp') | float %} {% set low = state_attr('sensor.current_forecast','overnight_low') | float %} {% if high > 85 %} - 22:00 + 21:00 {% elif high > 80 %} - 23:00 + 22:00 {% else %} - 00:00 + 23:00 {% endif %} \ No newline at end of file