From 0139e70518b3cc965674d5f9252c45e2af3624df Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 21 Mar 2025 01:54:40 -0400 Subject: [PATCH] Adjust TTS briefings for K riding the bus #219 --- templates/speech/kallen_morning_briefing.yaml | 5 ----- templates/speech/welcome_home.yaml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/speech/kallen_morning_briefing.yaml b/templates/speech/kallen_morning_briefing.yaml index a0c7286..d270724 100644 --- a/templates/speech/kallen_morning_briefing.yaml +++ b/templates/speech/kallen_morning_briefing.yaml @@ -98,12 +98,7 @@ {% endif %} {% if is_state('input_boolean.kallen_alternate_pickup','on') %} Today, you will be picked up from school by {{ states('input_text.kallen_pickup') }}. - {% elif is_state('input_boolean.work_today','off') %} - Today, you will be picked up from school by your parents. - {% else %} - Today, you will be picked up from school by your dad. {% endif %} - Pickup today will be at {{ input_datetime_read('input_datetime.kallen_school_day_end') }} {% if count_the_days('input_datetime.school_last_day') | int == 0 -%} But today is the last day of School! {%- endif %} diff --git a/templates/speech/welcome_home.yaml b/templates/speech/welcome_home.yaml index 18f39c4..594a512 100644 --- a/templates/speech/welcome_home.yaml +++ b/templates/speech/welcome_home.yaml @@ -115,7 +115,7 @@ "Tina has work today. " {% endif %} {% if is_state('input_boolean.kallen_at_school','on') %} - "Collin is at school right now. His pickup time will be at {{ input_datetime_read('input_datetime.kallen_school_day_end') }}. " + "Collin is at school right now. His school day ends at {{ input_datetime_read('input_datetime.kallen_school_day_end') }}. " {% elif is_state('input_boolean.kallen_school_today','on') %} "Collin has school today. " {% endif %}