From 694c62ecae517b973d763078917d8b65702ca83c Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 14 Nov 2022 16:43:24 -0500 Subject: [PATCH] Made welcome home briefing a bit less wordy about the lights --- templates/speech/welcome_home.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/speech/welcome_home.yaml b/templates/speech/welcome_home.yaml index 69ec4b3..f313f72 100644 --- a/templates/speech/welcome_home.yaml +++ b/templates/speech/welcome_home.yaml @@ -136,9 +136,9 @@

{% if is_state('light.living_room_lights','on') %} {% if is_state('input_boolean.early_night_mode','on') %} - "Because it is getting dark, I have turned on the lights for you in the living room, dining room, and mud room. This makes for a total of {{ states.sensor.current_lights_on.state }} lights on. " + "Because it is getting dark, I have turned on some lights for your convenience. " {% else %} - "Due to less than optimal sunlight, I have turned on the lights for you in the living room, dining room, and mud room. This makes for a total of {{ states.sensor.current_lights_on.state }} lights on. " + "Due to less than optimal sunlight, I have turned on some lights for your convenience. " {% endif %} {% endif %}