Welcome home briefing is now aware of band practice #45

This commit is contained in:
2022-09-26 17:58:54 -04:00
parent 3e45175cd1
commit 9ee41ab9b2

View File

@ -34,6 +34,13 @@
'Do not forget to do your homework! ',
'You must be glad that your school day is over! '
] | random }}
{% if is_state('input_boolean.kallen_band_practice','on') %}
{{ [
'I hope you also enjoyed band practice this morning! ',
'I hope the trombone treated you well this morning! ',
'Band geeks are the best geeks! ',
] | random }}
{% endif %}
{% elif is_state('input_boolean.kallen_school_cancelled','on') %}
"I hope you are enjoying your free day off from school, Colin. "
{% endif %}