i’m currently working on a little Project, displaying a daily changing Image on a Epaper Display.
The Image file is located at /config/www and will change daily.
So now my Problem is, how to get my ESP32 to update this Image daily?
When i change the config file, it will create the Firmware with the image currently available but it will not change the image tomorrow.
So I thought if there is a Way to create an Automation which will recreates the firmware on a daily basis and pushes it to the ESP.
My first Idea was an Automation like this:
action: update.install
target:
entity_id: update.epaper_firmware
data: {}
But that will fail because there is no Update available.