Gh61 / lovelace-hue-like-light-card

This card provides a Hue-like way to control your lights in Home Assistant.
GNU Lesser General Public License v2.1
172 stars 13 forks source link

It is not possible to automatically select an entity by area designation. #242

Open kkqq9320 opened 3 months ago

kkqq9320 commented 3 months ago

First, I want to commend your work. This is an excellent card. Thank you.

I have an area called "Livingroom," which includes a group of Hue lights, scenes, and individual entities. The ID of this area is also "livingroom." 1112 11111 1113 1114

However, when specifying area: livingroom in the card, it fails to load the entities. None of the following work: livingroom, "Livingroom", "livingroom", 'Livingroom', 'livingroom'. 1111 1115

On the other hand, setting it with a label, entity, or entities works fine. 1117 1116

I'm not sure what I'm missing. I would appreciate it if you could let me know.


I'm not sure if this is a different issue, so I'm writing it here.

If light.livingroom and the scenes corresponding to that light exist together in the area livingroom, should all the scenes appear on the Hue screen?

The scenes are not automatically appearing, and I'm unsure what I might be doing wrong. 11111111111 When I check the Hue screen with this configuration, no scenes appear at all.

1212121

Once again, thank you very much.