diff --git a/templates/speech/nightly_briefing.yaml b/templates/speech/nightly_briefing.yaml index 5da4a71..efc9c07 100644 --- a/templates/speech/nightly_briefing.yaml +++ b/templates/speech/nightly_briefing.yaml @@ -71,12 +71,12 @@ {% else %} "Collin's room will be left alone, as he is spending the night elsewhere tonight. " {% endif %} - {% if states('input_select.scheduled_climate_mode_emma_bedroom_aircon') != 'N/A' %} - {% if is_state('input_select.scheduled_climate_mode_emma_bedroom_aircon','AC') and is_state('input_boolean.hot_day','on') %} + {% if states('input_select.scheduled_climate_mode_emma_bedroom') != 'N/A' %} + {% if is_state('input_select.scheduled_climate_mode_emma_bedroom','AC') and is_state('input_boolean.hot_day','on') %} "Today was a hot day, so Emma's bedroom air conditioner will start cooling a bit earlier tonight at {{ input_datetime_read('input_datetime.emma_bedroom_climate') }}. " - {% elif is_state('input_select.scheduled_climate_mode_emma_bedroom_aircon','AC') %} + {% elif is_state('input_select.scheduled_climate_mode_emma_bedroom','AC') %} "Emma's bedroom air conditioner will start cooling at {{ input_datetime_read('input_datetime.emma_bedroom_climate') }}. " - {% elif is_state('input_select.scheduled_climate_mode_emma_bedroom_aircon','Fan') %} + {% elif is_state('input_select.scheduled_climate_mode_emma_bedroom','Fan') %} "Emma's bedroom air conditioner will activate fan only mode at {{ input_datetime_read('input_datetime.emma_bedroom_climate') }}. " {% elif is_state('input_select.scheduled_climate_mode_emma_bedroom','White Noise') and is_state('input_boolean.white_noise_emma_bedroom','off') %} "Emma's white noise generator will activate at {{ input_datetime_read('input_datetime.emma_bedtime') }}. "