are the lights that you’re providing to it unavailable? Look in dev tools → states please.
please put this in dev tools → templates and copy/paste the entire result:
lights:
{%- for s in states.light %}
{{ s.entity_id.ljust(40) }} {{ s.state }}
{%- endfor %}
Nevermind, I see the issue. Your entities are wrong. light.dining_table_front vrs light.dining_front. See your last screenshot.
2 Likes
yes, just noticed. omg. thanks!