It would make sense to be able to set a picture for the person component as per devices
I know it can be acchieved using customize for a specific entity using entity_picture, but due to the origin of the component, it would make perfect sense to be able to assign an image directly to it as we can already do for known_devices entities.
Another thing I have noticed is that the zone names are correctly picked up:
But once you are home or away it doesn’t show nice naming as the device tracker do
To make it clear, device tracker say “Home” and “Away” while person say “home” and “not_home”.
The device tracker way is much “nicer” to see when integrated in Lovelace for visualization
Thanks for posting this. I had previously tried to customize Person.xxxxx to show an image by overriding the “icon:” setting which did nothing at all. Did not know about this “entity_picture” parameter. It works!
Seems like this FR isn’t needed, but a documentation update sure is.
Don’t know what I’m doing wrong, but this isn’t working!
Below entry in cusomize.yaml
Person.lance:
entity_picture: /local/Lance.jpg
I’m able to add the picture using /local/Lance.jpg in know devices for the tracker Ariela creates, but can’t add the picture to the tracker Owntracks creates
Configuration > Customization, select the entity, then click on “Pick an attribute to override”.
Select “Other”. In Attribute name, type “entity_picture” and in the Attribute value type “/local/image_name.png”. Don’t forget to click “SAVE”
Shouldn’t need to restart to see the change
Yes, I made a mistake also that way… at first I put “entity_picture:” (with the semicolon) as Attribute name. Ended up with something like this (not working) in customize.yaml: