From 7e4113468026cdedfceb56dc2f81cde34ac30fb0 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 21 Nov 2022 20:34:49 -0500 Subject: [PATCH] Dumb typo #53 --- templates/speech/nightly_briefing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/speech/nightly_briefing.yaml b/templates/speech/nightly_briefing.yaml index 9d0f7c7..a7ef6b7 100644 --- a/templates/speech/nightly_briefing.yaml +++ b/templates/speech/nightly_briefing.yaml @@ -313,7 +313,7 @@ {% elif is_state('input_select.scheduled_climate_mode_emma_aircon','AC') %} "Emma's air conditioner will be activated at {{ (state_attr('input_datetime.emma_bedtime','timestamp') | int | timestamp_custom('%I:%M %p', False)) }}. " {% elif is_state('input_select.scheduled_climate_mode_emma_aircon','White Noise') %} - "Emma's white noise generator will activate at {{ (state_attr('input_datetime.emma_bedroom','timestamp') | int | timestamp_custom('%I:%M %p', False)) }}. " + "Emma's white noise generator will activate at {{ (state_attr('input_datetime.emma_bedtime','timestamp') | int | timestamp_custom('%I:%M %p', False)) }}. " {% elif is_state('input_select.scheduled_climate_mode_emma_aircon','N/A') %} "Emma's room will have no devices activated tonight. " {% endif %}