Entity_picture not working for my device tracker presence detection card

Currently trying to setup a presence card and have the following code :

- cards:
          - cards:
              - entities:
                  - device_tracker.ricardo_presence
                  - type: divider
                  - sensor.battery_ricardo
                show_header_toggle: false
                type: entities
            type: horizontal-stack
          - entities:
              - device_tracker.rita_presence
              - type: divider
              - sensor.battery_rita
            show_header_toggle: false
            type: entities
        type: vertical-stack

I want to add a profile picture to replace the default icon, so I added the following to my customize.yaml :

device_tracker.ricardo_presence:
  entity_picture: /local/ricprofile.jpg

However the icon does not change at all !

Why isn’t my entity_picture working this way?

The entity_picture works perfect for the top badge !

Thanks

ooks right to me.

Have you tried restarting HA? or maybe first try to refresh your lovelace and/or browser?

Yes, ofcourse I did that …

I’m noob but let’s not push it :slightly_smiling_face:

1 Like