Welcome home briefing is now aware of band practice #45
This commit is contained in:
@ -34,6 +34,13 @@
|
|||||||
'Do not forget to do your homework! ',
|
'Do not forget to do your homework! ',
|
||||||
'You must be glad that your school day is over! '
|
'You must be glad that your school day is over! '
|
||||||
] | random }}
|
] | 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') %}
|
{% elif is_state('input_boolean.kallen_school_cancelled','on') %}
|
||||||
"I hope you are enjoying your free day off from school, Colin. "
|
"I hope you are enjoying your free day off from school, Colin. "
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user