Bump E's bedtime scheduling back a bit

This commit is contained in:
2023-02-05 15:00:24 -05:00
parent a8a587bd28
commit f53ca45ed9

View File

@ -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: