Heya, I am trying to get my album art in a picture entity, but I am having trouble with an template thingy to try to cache bust so that it loads new images
Underneath is my YAML
show_name: true
fit_mode: cover
type: picture-entity
entity: media_player.home
state_image:
playing: '/api/media_player_proxy/media_player.home?token=mytokengoeshere&cache={{ now().strftime("%Y%m%d%H%M%S") }}'
According to the documentation I should be able to punch in template values into the YAML like I am doing since it shows it in the examples as well.
Currently trying it with dates, but I plan to have some more rapidly changing values in there if the card allows for it