Wake up a bit earlier on days when nothing is happening

This commit is contained in:
2023-07-16 19:46:58 -04:00
parent a222d269af
commit 0a952640b2

View File

@ -564,14 +564,14 @@ script:
time: >
{% if is_state('input_boolean.kallen_school_today','on') %}
{% if is_state('input_boolean.kallen_alternate_pickup','on') %}
14:30
14:00
{% elif is_state('input_boolean.kallen_school_early_release','on') %}
12:00
{% else %}
13:30
{% endif %}
{% else %}
14:30
14:00
{% endif %}
- delay:
milliseconds: 500