Image on card not showing

For some reason, as yet unfathomable to me, I can’t get images to show on cards in lovelace.

I have an image located here

The card is configured as below:

I know it’s just a path thing but I can’t figure it out.

I’ve also tried /config/image/koi.png.

Any suggestions that’ll point me in the right direction?

I have mine located in the www folder and use local/xxx.png as image path. That’s what works for me.

I don’t have a www folder.

Is your under config?

/config/www/

yes /config/www

Thank you!

Turns out it also required a restart.

1 Like

If anyone still runs into the same issue, I changed /local/floorplan.png to
http://homeassistant.local:8123/local/floorplan.png
and the floorplan finally showed.

I run HA in a virtual machine.

I have the impression that the Home Assistant “local” feature is indeed broken (also still in 2023). I don’t see why these people can’t just properly document all the preconditions required for a given feature to work.

Unfortunately I am still struggling with this topic.

I am trying to use a picture in a dashboard card and tried to add it via “www”-folder.

type: custom:lawn-mower-card
entity: lawn_mower.yuka
image: http://homeassistant.local:8123/local/yuka.png

I already tried all kinds of variants - using the IP-Adress of HA instead of homeassistant.local, using the Nabu Casa Cloud Link, but nothing seems to work.
Also tried with HTTPS instead of HTTP.

Am I missing something with the image path?

Why not using “/local/file.png” as a path?
Also, filenames are case-sensitive, should be “Yuka”

I tried that also - unfortunately not working.

What I did notice is that when I use http:// this small icon appears in the card.
{45CE344A-60BA-44A4-A407-7CCBA29CBF91}

When I use https:// instead the icon disappears but the image is still not appearing.

I used https://myipadress:8123/local/Yuka.png