Daily briefing is now aware of band practice #45

This commit is contained in:
2022-09-26 17:58:16 -04:00
parent 2977d2f48e
commit 164610740c

View File

@ -283,6 +283,9 @@
{% if is_state('input_boolean.kallen_two_hour_delay','on') %}
'But there was a two hour delay. '
{% endif %}
{% if is_state('input_boolean.kallen_band_practice','on') %}
'And there is band practice before school this morning. '
{% endif %}
{% endif %}
<s>Pickup today will be at {{(state_attr('input_datetime.school_day_end', 'timestamp') | int | timestamp_custom('%I:%M %p', False)) }}</s>
{% if 'Early Release' in states('sensor.school_event') %}