Tweaked scheduling for daily briefing

This commit is contained in:
2022-06-01 14:30:54 -04:00
parent 99298a2c70
commit c2814307d2

View File

@ -116,7 +116,7 @@ automation:
{% if is_state('input_boolean.school_today','on') %} {% if is_state('input_boolean.school_today','on') %}
14:15 14:15
{% else %} {% else %}
{{ (state_attr('input_datetime.tina_workday_end', 'timestamp') + 1800) | timestamp_custom('%H:%M', false) }} {{ (state_attr('input_datetime.tina_workday_end', 'timestamp') + 3600) | timestamp_custom('%H:%M', false) }}
{% endif %} {% endif %}
- id: 55293e9a-ec3b-46bb-af47-94e95f3c9951 - id: 55293e9a-ec3b-46bb-af47-94e95f3c9951