Hello,
I have installed the HA OS via ova-image on a virtual mashine (on my NAS).
Now for a visualization, I want to use pictures (e.g. a floor plan). Therefore I uploaded a PNG-picture to the /media folder. The picture is viewable with the filebrowser and through the mediaplayer.
But I cannot use that picture in lovelace with the code:
image: /media/plan.png
Seaching for a solution I found plenty suggestions:
folder needs to be mounted via configuration.yaml (different constellations)
using a different media folder (/config/media or /homeassistant/media/ or …)
None of these solutions worked.
I found no way to display any picture placed in the file system.
So my question: where to place pictures and how to link to them to use with lovelace.
Help is much appreciated.