#How to reference local images in `picture-elements`

1 messages · Page 1 of 1 (latest)

dapper bear
#

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?

desert flint
#

Believe you'll need to move the image to /config/www/home.png, reboot HA, and then use:
image: /local/home.png

#

or you can add a subdirectory after /www/