Entity_picture with docker

all the samples use
entity_picture: /local/…

where /local ist the www folder.

Which volume do I have to mount to use a local image on a docker Installation?
(didn’t work with /www nor with /local)

1 Like

www goes into your configuration directory where your configuration.yaml is.
from inside the configuration you can reference it as /local/

so you shouldn’t have to mount anything extra.

From the documentation, way way down the page: (https://home-assistant.io/components/http/)

If you want to use Home Assistant to host or serve static files then create a directory called www under the .homeassistant configuration path. The static files in .homeassistant/www/ can be accessed by the following URL http://your.domain:8123/local/.

1 Like

Thanks a lot! Couldn’t find it.