Hi Guys,
I tried this solution this morning and it didn’t work. It created a group, but when you look into the group it states it has no unique_id. So you can’t perform group actions on the entities, it just comes up in Lovelace greyed out.
Checking the Entities page in devices doesn’t give you much, but shows the group as defined with a red marker next to it. You drill into the details and the “Related” page is blank, no related items found.
I tried defining a unique_id manually in the yaml but this didn’t seem to have worked… So I tried the hail Mary of a full restart. It came back up seemingly not working. I actually started writing a query to this thread when I went back some minutes later to check on details, and found of a sudden it was working. No real explanation as to why it took 5 minutes to decide it would work. My z2m runs very lumpy so maybe that delayed startup…
The critical bit of the puzzle was, I needed to add a unique ID manually for the above to work:
- platform: group
name: Patio Lights All
unique_id: Unique_PatioLightGroup_ID
entities:
- light.PatioCoverLight
- light.PatioArborLight
It refused to work without this.
Rob