Information on lights, if after dark

This commit is contained in:
2022-08-29 19:50:37 -04:00
parent 31d3ddd921
commit e6216ee328

View File

@ -79,6 +79,12 @@
"The first floor thermostat refuses to be my friend. I am very sad about this. I mean, who the hell is Honeywell anyway? " "The first floor thermostat refuses to be my friend. I am very sad about this. I mean, who the hell is Honeywell anyway? "
</p> </p>
<p>
{% if is_state('light.living_room_lights','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. "
{% endif %}
</p>
{%- endmacro -%} {%- endmacro -%}
{# a macro that removes all newline characters, empty spaces, and returns formatted text #} {# a macro that removes all newline characters, empty spaces, and returns formatted text #}