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 low = state_attr('sensor.current_forecast','overnight_low') | float %}
|
||||
{% if is_state('input_boolean.hot_day','on') %}
|
||||
20:30
|
||||
22:00
|
||||
{% elif high >= 80 or low >= 60 %}
|
||||
21:30
|
||||
23:00
|
||||
{% else %}
|
||||
22:30
|
||||
00:00
|
||||
{% endif %}
|
||||
- service: input_select.select_option
|
||||
target:
|
||||
|
Reference in New Issue
Block a user