#How to reference local images in `picture-elements`
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I want reference a images, which I uploaded to my HA green with the following code:
type: picture-elements
elements:
- type: state-badge
entity: binary_sensor.remote_ui
style:
top: 32%
left: 40%
image: /config/image/floorplan/home.png
Obviously this does not work. How I have to refence such local images?