Small tweaks to climate control thresholds

This commit is contained in:
2022-09-13 19:22:21 -04:00
parent d17af9b8bf
commit 898e1c0fc8
3 changed files with 3 additions and 3 deletions

View File

@ -339,7 +339,7 @@
condition:
- condition: numeric_state
entity_id: sensor.tonights_low_temp
above: '50'
above: 57
action:
- service: fan.turn_on
data: {}

File diff suppressed because one or more lines are too long

View File

@ -253,7 +253,7 @@ automation:
20:00
{% elif high >= 85 and is_state('sensor.school_tomorrow','off') %}
21:00
{% elif low >= 55 and low <= 60 %}
{% elif low >= 56 and low <= 60 %}
22:30
{% elif low > 60 %}
21:30