No longer able to create Light Groups. 'This entity ('light.dining_table_lights') does not have a unique ID, therefore its settings cannot be managed from the UI. '

are the lights that you’re providing to it unavailable? Look in dev tools → states please.

as you asked:

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!