From ac33700022e85770dda7cff392d4fd8ca692ab26 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 7 Mar 2023 17:39:19 -0500 Subject: [PATCH] Change fan scheduling thresholds for master bedroom --- packages/scheduling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scheduling.yaml b/packages/scheduling.yaml index be9da9a..1bb3288 100644 --- a/packages/scheduling.yaml +++ b/packages/scheduling.yaml @@ -411,7 +411,7 @@ script: 22:30 {% elif low <= 60 and low >= 50 %} 23:30 - {% elif low >= states('input_number.master_bedroom_fan_threshold') | int and high > 50 %} + {% elif low >= states('input_number.master_bedroom_fan_threshold') | int and high > 60 %} 00:00 {% else %} 06:00