From f37d26b555a76296a9e49784a59fbc264c9a8ec4 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 29 Aug 2022 19:49:49 -0400 Subject: [PATCH] Fixed a minor omission --- templates/speech/welcome_home.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/speech/welcome_home.yaml b/templates/speech/welcome_home.yaml index 10a3d9f..868eaad 100644 --- a/templates/speech/welcome_home.yaml +++ b/templates/speech/welcome_home.yaml @@ -61,7 +61,7 @@ {% if is_state('input_boolean.master_bedroom_aircon_installed','on') %} "the master bedroom temperature is currently {{ state_attr('climate.master_bedroom_aircon','current_temperature') }} degrees. " {% if is_state('climate.master_bedroom_aircon','cool') %} - "and the master bedroom air conditioner is currently set for cooling to {{ state_attr('climate.master_bedroom_aircon','temperature') }}. " + "and the master bedroom air conditioner is currently set for cooling to {{ state_attr('climate.master_bedroom_aircon','temperature') }} degrees. " {% elif is_state('climate.master_bedroom_aircon','fan_only') %} "and the master bedroom air conditioner is currently in fan only mode. " {% elif is_state('climate.master_bedroom_aircon','dry') %}