From 9ee41ab9b25b1d036e49d75707844f4e9ddab745 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 26 Sep 2022 17:58:54 -0400 Subject: [PATCH] Welcome home briefing is now aware of band practice #45 --- templates/speech/welcome_home.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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 %}