sibbl / hass-lovelace-kindle-screensaver

This tool generates a png from a Home Assistant Lovelace view, which can be displayed on a Kindle device which has the Online Screensaver plugin installed.
MIT License
315 stars 71 forks source link

render image on startup before cron #20

Closed lanrat closed 2 years ago

lanrat commented 2 years ago

When the container first starts it may take a while (depending on cron setting) to render the screenshots for the first time.

This change performs an initial render on startup, and then performs all future renders according to the cron setting.