I am trying to display an entity card for people at my house (and eventually create automatons). I have a group of residents (persons with device trackers) working, and now I am trying to create a group of “known persons” that includes the nested residents group and other non-resident known persons. I have created a group of know people that includes both persons and the residents group.
When I view the “known persons” entity I see the correct home/away status. However, when I add the known persons entity to a lovelace card I see a toggle instead of a status.
Here are my groups
residents:
name: Residents
entities:
- person.one
- person.two
known_people:
name: Known People
entities:
- group.residents
- person.three
Edit:
Does anyone have any ideas where I have gone wrong? Or is this a limitation with groups?
Yeah I’m happy create a feature request, if needed. As you can see it appears to work though, just not appearing as expected in Lovelace. Maybe its a bug?
Hoping to keep this topic alive! Does anyone in the community know about this? Is there something I’m missing here or is this an issue I should submit?
In September 2020 I don’t think it was possible to create a group in the UI, this was done in YAML config file. My residents group has been working, unchanged, since then. Looking at the UI for a ‘helper’ group, I don’t see an option for person. or device_tracker. groups. So it seems to do this you would need to do this in YAML still.