How can I change the card mdi icon below to a custom png image; such as a photo?
Here’s my card code:
entities:
- entity: sensor.pvg100_battery_level
name: 'Battery Level:'
- entity: sensor.pvg100_wifi_connection
name: 'Wi-fi:'
- entity: person.alyssa_person
name: 'Location:'
icon: 'mdi:account'
show_header_toggle: false
title: Alyssa
type: entities
I tried changing icon: 'mdi:account’ with icon: '/local/images/Alyssa.png’; however, that didn’t work. If it’s not possible to do this way, maybe there’s a custom card that will let me do this?
If this is a limitation of Lovelace UI, maybe someone could tell me an alternative way to display the person’s name by itself with a png image… maybe, by creating a custom entity that doesn’t show anything for its state.