Customize Picture Entity Card

Hello,

currently I don’t know where my mistake is. I’m trying to swap the picture in the Picture Entity Card. But no matter what I do, it will not be displayed to me. The pictures are located under the folder:

/ config / www

Home Assistant

What could i do wrong?

type: picture-entity
entity: switch.osram_smart_bugelsteckdose
image: http://homeassistant:8123/local/WZ_Licht_an.png
show_name: true
show_state: true
tap_action:
action: toggle
hold_action:
action: more-info
name: Stehleuchte

I’m stupid…the solution is… " If you’ve had to create the www/ folder for the first time, you’ll need to restart Home Assistant."

what you have will work, however all you really need is

image: "/local/WZ_Licht_an.png"

Also, next time, please take time to learn how to format code when posting to the forums. Thanks.