From 3baf4ded3f74d139b37bf2e603898fe0ef9fbc91 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 17 Dec 2022 13:52:26 -0500 Subject: [PATCH] Fix typos --- templates/speech/morning_briefing.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/speech/morning_briefing.yaml b/templates/speech/morning_briefing.yaml index 63becbd..ad52b6f 100644 --- a/templates/speech/morning_briefing.yaml +++ b/templates/speech/morning_briefing.yaml @@ -106,27 +106,27 @@ {% if is_state('input_boolean.school_today','on') and is_state('input_boolean.work_today','on') %} {%- if states.sensor.home_to_school.state|round > 12 %} - Traffic to the school appears heavier than normnal. + Traffic to the school appears heavier than normal. {% else %} Traffic to the school is normal. {% endif %} Currently it will take {{states.sensor.home_to_school.state|round}} minutes to get to the school. {%- if states.sensor.school_to_bob_evans.state|round > 15 %} - Traffic from the school to Bob Evans appears heavier than normnal. + Traffic from the school to Bob Evans appears heavier than normal. {% else %} Traffic from the school to Bob Evans is normal. {% endif %} Currently it will take {{states.sensor.school_to_bob_evans.state|round}} minutes to get to Bob Evans from the school. {% elif is_state('input_boolean.work_today','on') %} {%- if states.sensor.home_to_bob_evans.state|round > 8 %} - Traffic to Bob Evans appears heavier than normnal. + Traffic to Bob Evans appears heavier than normal. {% else %} Traffic to Bob Evans is normal. {% endif %} Currently it will take {{states.sensor.home_to_bob_evans.state|round}} minutes to get to Bob Evans. {% elif is_state('input_boolean.school_today','on') %} {%- if states.sensor.home_to_school.state|round > 12 %} - Traffic to the school appears heavier than normnal. + Traffic to the school appears heavier than normal. {% else %} Traffic to the school is normal. {% endif %}