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