I have added a folder called www within the same folder as my config file.
I have created a folder called local within the www folder and place my image in the local folder
This is in my know devices file, but
Try to force refresh Browser. Or delete Browser Cache.
I had the same Problem. A few days ago, I changed a file. In some browsers and the iOS.app, Home Assistant still shows the old picture.
place your picture in the www/ root inside the homeassistant dir and your syntax is correct. If you’re using www/local then you need to reference the file via
So I have hass.io installed and used samba to create a www dir in my config directory (same folder my configuration.yaml is located).
I use /local/image.jpg to try and show an image. I can never get an image to display though. Always just a blank icon. I have no idea what I’m doing wrong. I have tried doing this multiple times and cannot get an image to display.
Yeah, my folder looks exactly like that. Again created with Samba not SSH (because I have no idea how to create the directory properly with hass.io) Add a photo to www then restart HA and still just blank
I am also having issues with this. I am running hassio on a RPi3. I used samba from a windows10 machine to create the www folder in the config folder which contaings my .yaml files. I then put a picture in the www folder and linked to it in the know_devices.yaml file. I used /local/picname.jpg as the path. When I restart hassio, it just hangs and never comes up. If I remove the path to the picture in the known_devices.yaml file, then hassio comes up normally.
I did what RonJ103 did and it worked, so long as the file size was small enough. I guess when you’re running a DDNS service the address needs to reflect this. I couldn’t get a 167kb file to work, but a 68kb did. Also had to clear the browser cache.