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 %}