I created an entities icon to summarize the location of the two ppl in my home. But i’d like the icon that appears next to them to be the icon for the zone they are in, or the default “Away” icon if they are not in any zone, instead of the icon for the entity themselves.
Can i do this with the entities card? If not, is there an easy custom card that i can create to do this?
Or maybe i need to create an always-running script that changes the icon of my each person entity to be the zone they are in? That feels a little weird to be constantly changing the person entities icons.
Is there a way to reference a person entities current active zone in a card? Like person.taako.active_zone.icon
? This feels a little more programmatic, idk if HA supports it, but if person entities could have an active_zone
attribute linking to the zone then this would be easy.