Small tweaks to climate control thresholds
This commit is contained in:
@ -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
@ -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
|
||||
|
Reference in New Issue
Block a user