Adjusted nursery cooling schedules slightly
This commit is contained in:
@@ -274,9 +274,9 @@ automation:
|
|||||||
{% set high = state_attr('sensor.current_forecast','high_temp') | float %}
|
{% set high = state_attr('sensor.current_forecast','high_temp') | float %}
|
||||||
{% set low = state_attr('sensor.current_forecast','overnight_low') | float %}
|
{% set low = state_attr('sensor.current_forecast','overnight_low') | float %}
|
||||||
{% if high > 85 %}
|
{% if high > 85 %}
|
||||||
22:00
|
21:00
|
||||||
{% elif high > 80 %}
|
{% elif high > 80 %}
|
||||||
23:00
|
22:00
|
||||||
{% else %}
|
{% else %}
|
||||||
00:00
|
23:00
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Reference in New Issue
Block a user