Add support for K's new after school program

This commit is contained in:
2023-10-13 19:29:40 -04:00
parent e5f31a6383
commit 6eadb395e1
7 changed files with 51 additions and 3 deletions

View File

@ -41,6 +41,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_btb','on') %}
{{ [
'I hope you enjoyed BTB today. ',
'I bet you are exhausted after a couple of extra hours at school. ',
'It is my sincere hope that your extra learning today was enjoyed to the fullest! '
] | random }}
{% endif %}
{% elif is_state('input_boolean.school_cancelled','on') and is_state('person.kallen_stork','home') %}
"I hope you are enjoying your free day off from school, Collin. "
{% endif %}