All images.
If it just the normal URL then the browser will see that and think the image is the same, which makes it load the image from cache.
By adding the timestamp, then the URL will always change and the browser will always load the image from the server and not from the cache.
So I did what you suggested but now it simply shows the full url including the date and time appended on the end, instead of the actual image. I appended the sensor with that extra bit of code you suggested. But that doesn’t seem to have fixed the problem
Will work only if this card is inside config-template-card.
I see many threads with picture-elements cards including a code for config-template-card (CTC) without any mentioning of this CTC card. I wonder where all these examples are taken from? Is it some AI-generated BS? I do recall some website about HA where an author posted an article like “how to create a floorplan” with at least 2 silly errors: first, a picture-elements card contained plenty of CTC code w/o pasting a whole card inside CTC; second, the whole idea of placing a picture-elements card with many state-badges, state-labels inside CTC is an absolutely bad idea due to a constant rebuild on each change of monitored entities.
Re: image: ${states['sensor.dynamic_image'].state} Will work only if this card is inside config-template-card - this is not true. It works in picture-entity cards also:
Absolutely wrong. None stock card supports JS templates.
Probably your example card is placed inside config-template-card.
Or the image is provided by a camera entity.