#How/Where can I upload images to access them using dashboard cards?

1 messages · Page 1 of 1 (latest)

graceful charm
#

I have a picture element and it seems like the only way I can get the pictures there is to upload them via the card UI. However it gives them randomized folder names and 512x512 for the file name.
I used File Editor to upload them to:
homeassistant/image/<filename>
And the card won't see them when I enter any of the following:
/image/<filename>
/api/image/<filename>
/api/image/serve/<filename>

I even tried to just rename one of the randomly named folders to "washer" and just replaced the random name with "washer" in the picture element. I left the filename alone. It wouldn't see that either.
I REALLY do not want these random names, it is driving my OCD CRAZY!

#

And why does my animated gif not work?

summer widget
#

put files in the www directoryhomeassistant/www/yourfilename.xyz
then you access them at http://homeassistantinstall/local/yourfilename.xyz

#

the card will probably just need /local/yourfilename.xyz though but its been a while since i have messed anything like this