Really basic question. I’m trying to create a picture-element-card in the lovelace UI and the definition identifies the path the image in the example as /local/image.svg. My question is what does this path translate to on a hass.io installation? Is it the /config directory or somewhere else? Thanks in advance. I can’t find any guidance in the documentation and I suspect that it’s going to be really straight forward but can’t work it out.
Did you reboot HA after creating the www folder?
You may also need to clear your cache for the change to take effect…
also watch your indentations, this is critical in YAML:
Ok, I seem to have solved it. Yes the www folder already existed, but it turn out, by changing the card type to picture and not picture-elements it has now been recognised. I had thought I would be able to present a picture-elements card without the elements declared, but it seems not.
I did it this way as I was trying to build up the config as I go along, will be more careful in the future. Thanks.