From 9ac3a6bd5fb34229a5f2d8cd2e998e263d7c2670 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Wed, 16 Jun 2021 21:07:03 -0400 Subject: [PATCH] Updating some words the house says --- config/templates/speech/daily_briefing.yaml | 4 ++-- config/templates/speech/morning_wakeup_report.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/templates/speech/daily_briefing.yaml b/config/templates/speech/daily_briefing.yaml index 21ef3c8..3b017cb 100755 --- a/config/templates/speech/daily_briefing.yaml +++ b/config/templates/speech/daily_briefing.yaml @@ -57,8 +57,8 @@ and {{ states.weather.home.state }} {% endif %} - {% if states.sensor.gwinnett_active_alerts.state | int > 0 %} - There are currently {{states.sensor.gwinnett_active_alerts.state }} active weather alerts for our area. + {% if states.sensor.weatheralerts_active_alerts.state | int > 0 %} + There are currently {{states.sensor.weatheralerts_active_alerts.state }} active weather alerts for our area. {% endif %} {% if is_state('binary_sensor.evening','on') %} diff --git a/config/templates/speech/morning_wakeup_report.yaml b/config/templates/speech/morning_wakeup_report.yaml index 3991816..8230a5c 100755 --- a/config/templates/speech/morning_wakeup_report.yaml +++ b/config/templates/speech/morning_wakeup_report.yaml @@ -45,8 +45,8 @@ {% endif %} - {% if states.sensor.gwinnett_active_alerts.state | int > 0 %} - There are currently {{states.sensor.gwinnett_active_alerts.state }} active weather alerts for our area. + {% if states.sensor.weatheralerts_active_alerts.state | int > 0 %} + There are currently {{states.sensor.weatheralerts_active_alerts.state }} active weather alerts for our area. {% endif %} Based on the forecasted high temperature,