Minor scheduling tweaks

This commit is contained in:
2023-01-30 16:14:52 -05:00
parent 2ddf7c09d7
commit ab6f744696

View File

@ -272,7 +272,7 @@ script:
{% if is_state('input_boolean.school_today','on') %} {% if is_state('input_boolean.school_today','on') %}
{{ (state_attr('input_datetime.school_day_start','timestamp') - 5400) | timestamp_custom('%H:%M', false) }} {{ (state_attr('input_datetime.school_day_start','timestamp') - 5400) | timestamp_custom('%H:%M', false) }}
{% else %} {% else %}
08:15 09:00
{% endif %} {% endif %}
- service: input_datetime.set_datetime - service: input_datetime.set_datetime
entity_id: input_datetime.morning_report entity_id: input_datetime.morning_report
@ -287,8 +287,8 @@ script:
{% elif is_state('input_boolean.work_today','on') and is_state('input_boolean.school_today','off') %} {% elif is_state('input_boolean.work_today','on') and is_state('input_boolean.school_today','off') %}
{% if (state_attr('input_datetime.tina_workday_start','timestamp')) > 43200 %} {% if (state_attr('input_datetime.tina_workday_start','timestamp')) > 43200 %}
12:00 12:00
{% elif (state_attr('input_datetime.tina_workday_start','timestamp') - 1800 ) > (state_attr('input_datetime.audible_notification_on','timestamp')) %} {% elif (state_attr('input_datetime.tina_workday_start','timestamp') - 1500 ) > (state_attr('input_datetime.audible_notification_on','timestamp')) %}
{{ (state_attr('input_datetime.tina_workday_start', 'timestamp') - 1800) | timestamp_custom('%H:%M', false) }} {{ (state_attr('input_datetime.tina_workday_start', 'timestamp') - 1500) | timestamp_custom('%H:%M', false) }}
{% else %} {% else %}
10:00 10:00
{% endif %} {% endif %}