diff --git a/templates/speech/welcome_home.yaml b/templates/speech/welcome_home.yaml index d75ffa6..76b21db 100644 --- a/templates/speech/welcome_home.yaml +++ b/templates/speech/welcome_home.yaml @@ -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 %}