Made welcome home briefing a bit less wordy about the lights

This commit is contained in:
2022-11-14 16:43:24 -05:00
parent cd1475916d
commit 694c62ecae

View File

@ -136,9 +136,9 @@
<p>
{% 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 %}
</p>