Cant configure Picture Elements Card

Hi,
i don’t know but i’m not able to get my floor plan attached to picture elements card and add it to my dashboard.

I have saved my plan to config/www and booted HA and Pi. I have tied following paths as “image:” in card configuration.

image

/local/plan.png
192.168.x.x:8123/local/Pohja.png (used http)
homeassistant.local:8123/local/Pohja.png (used http)
homeassistant:8123/local/Pohja.png (used http)

Also when trying to access to picture on browser (e.g typing homeassistant.local:8123/local/plan.png) I get error “404: Not Found”. Picture does still open I browser when I go File Editor → config → www → picture. Tried also jpg format or use ’ ’ but did not help.

Any tips?

what about showing us what you have done so far.
ie the yaml bit

type: picture-elements
image: /local/images/dot.png
elements:
  - type: state-label
    entity: sensor.alexa_last_playing_name
    style:
      top: 45%
      left: 50%
      font-size: 28px
      line-height: 24px
      color: white
      background-color: 'rgba(0, 0, 0, .2)'

im at work so

Actually I got it working by looking your pictures. I added sub folder to www so now images are stored in config/www/images instead www. idk why they were not working directly from www but now all seems working fine.