Mobile app device tracker customization

How can I customize my mobile app device tracker? I’d like to add a picture but I can’t find the mobile app device in the known devices.

I found it, the key is the customize.yaml :slight_smile:

Hey,

It’s been quite a long time since you found a solution but could you please share your solution in details ? I can’t get it to work…

Thx !

You can add an entity picture in the customize.yaml (config/customize.yaml).

device_tracker.mi_note_2:
  friendly_name: Bad Robot
  icon: mdi:robot
  entity_picture: /local/bad_robot.jpg

Thank you ! So this is what i’ve done, reloaded customizations and even reboot. The image is available in the right folder. But still not on the lovelace UI.

I might have some cache issue.

Thx !