Bump E's bedtime scheduling back a bit
This commit is contained in:
@ -457,11 +457,11 @@ script:
|
|||||||
{% 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 is_state('input_boolean.hot_day','on') %}
|
{% if is_state('input_boolean.hot_day','on') %}
|
||||||
20:30
|
22:00
|
||||||
{% elif high >= 80 or low >= 60 %}
|
{% elif high >= 80 or low >= 60 %}
|
||||||
21:30
|
23:00
|
||||||
{% else %}
|
{% else %}
|
||||||
22:30
|
00:00
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
target:
|
target:
|
||||||
|
Reference in New Issue
Block a user