[solved] Is it possible set picture to person entity?

Hello,
i’ figured 3 persons entities with 3 trackers for each one. Now; Is it possible set a picture for each entities end use person.xxx as badge in lovelace UI?
thanks in advance
Davide

1 Like

You can attempt to in the customize section and it may work. I haven’t tried it myself.

I was able to get this to work with the customize section:

homeassistant:
  customize:
    person.one:
      entity_picture: /local/one.jpg
    person.two:
      entity_picture: /local/two.jpg
    person.three:
      entity_picture: /local/three.png
8 Likes

And building on @Weok 's comment, put the images as 192 x192 png in the config/www folder. (https://www.thedigitalpictureframe.com/control-your-digital-picture-frame-with-home-assistents-wifi-presence-detection-and-mqtt/)

3 Likes

Thanks at all, i"ll try today and let you know if it work. Thanks in advance

Perfect, it works!!!
Thanks at all

Hello. I have an installation of “Home Assistant” on Raspberry. Where is the “/ local” path? If it doesn’t exist, can I create it? Where is it?
Thanks

www folder inside config is /local.

/config/www == /local

Thanks petro. It works

1 Like

I already created a folder and uploaded a pic, followed the steps here but cant see my pic attributed to my profile… what should I do?

where’d you put the image, how did you call out the image in your config files?