I’m trying to add local image icons to the Lovelace views but Lovelace refuses to show them. I’m using ui-lovelace.yaml
and HomeAssistant 0.92.2.
I’ve created a folder named www
in the home assistant config directory and rebooted. I’m able to surf to the images using my browser with the url https://sample.duckdns.org/local/icons/my_icon.png so HomeAssistant have acknowledged that the images exist.
I’ve tried different image names and also tried to place the image files both directly under www
and in subfolders, but the result is always the same. I’m able to browse to the images, but Lovelace doesn’t show them.
The images I try to use are images from https://materialdesignicons.com, and If I e.g. use icon: mdi:flower
Lovelace loads the icon, but if I download the same image and try to use it locally with /local/flower.png
there’s just a blank space instead.
This is a sample extract from my ui-lovelace.yaml
file where I try to load the image located at www/icons/my_icon.png
:
title: My Home Assistant
views:
- title: My View
icon: /local/icons/my_icon.png
path: my_view
cards:
...
What am I doing wrong and is there anyway to debug where Lovelace tries to look for the images or why they doesn’t load?