From d23545d055dedac0aa556a6bef14b41c7c2d483b Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 2 Jun 2023 13:01:42 -0400 Subject: [PATCH] Remove a few stragglers from the temporary congratulatory message --- templates/speech/kallen_nightly_briefing.yaml | 2 +- templates/speech/welcome_home.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/speech/kallen_nightly_briefing.yaml b/templates/speech/kallen_nightly_briefing.yaml index 006d18e..09e467a 100644 --- a/templates/speech/kallen_nightly_briefing.yaml +++ b/templates/speech/kallen_nightly_briefing.yaml @@ -82,7 +82,7 @@ 'Until the last day of school.' ] | random }} {% elif count_the_days('input_datetime.school_last_day') | int == 0 -%} - Tomorrow is the first day of summer. Are you ready? Additionally, congratulations on finishing your time in elementary school. This is an immense accomplishment. Onward and upward to better things, middle school starts this fall! + Tomorrow is the first day of summer. Are you ready? {%- endif %} {{ [ 'I will turn on your bedroom lights and appropriate white noise device at bedtime.', 'I have executed the Pre bed routine for your room. Standby for bedtime protocol in two zero minutes.', diff --git a/templates/speech/welcome_home.yaml b/templates/speech/welcome_home.yaml index 28f6b3f..1692d8a 100644 --- a/templates/speech/welcome_home.yaml +++ b/templates/speech/welcome_home.yaml @@ -43,7 +43,7 @@ "I hope you are enjoying your free day off from school, Collin. " {% endif %} {% if count_the_days('input_datetime.school_last_day') | int == 0 %} - "Congratulations, today is the last day of school! Have an awesome day! Additionally, congratulations on finishing your time in elementary school. This is an immense accomplishment. Onward and upward to better things, middle school starts this fall!" + "Congratulations, today is the last day of school! Have an awesome day!" {% endif %}