Change fan scheduling thresholds for master bedroom

This commit is contained in:
2023-03-07 17:39:19 -05:00
parent 257cc498b5
commit ac33700022

View File

@ -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