#Using local image as icon

1 messages · Page 1 of 1 (latest)

runic halo
#

Is it possible to use a local image as an icon?
In place of mdi:home
Use /local/icons/icon.png
Specifically on a custom-button-card?
Having tried it, I see a blank space

wooden brook
#

You need to enable show_entity_picture and then define entity_picture.```yaml
type: custom:button-card
entity: person.derek
section_mode: false
show_entity_picture: true
entity_picture: /local/IDDQD - High Res.png

runic halo