I’m trying badges for the first time and am unable to figure out how to add an image to a person entity in the entity-filter badge. Note that I’m on the most recent release with the new badges. Here’s my YAML:
type: entity-filter
entities:
- entity: person.mike_derousse
image: /root/homeassistant/image/3cefd1012e15824ce6c1a078cfce0f43/512x512
state_filter:
- operator: '=='
value: home
What am I doing wrong?