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!