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
311 stars 71 forks source link

How to install in Home Assistant supervised installation? #45

Open hearttheart opened 1 year ago

hearttheart commented 1 year ago

Hi,

is there a way to install this in a supervised installation of Home Assistant?

Thank you so much!

dabepp commented 1 year ago

Would be also interested how to do this!

totalitarian commented 1 year ago

Please someone convert this to an addon

sibbl commented 1 year ago

Right now, using the Portainer Hass.io add-on is the best option to install this project as a Docker container in your supervised environment. You can use Portainer's Stack feature and add a Stack using the docker-compose.yaml content as described in the README.

However, the device must be fast enough to open a browser once a minute and render it. A Raspberry Pi might be too slow to do this once a minute, but it depends on how much to render on the lovelace page, how many addons are running etc.

For a Hass.io addon, I did create #1 quite a while ago as I agree this might be the most convenient approach.

totalitarian commented 1 year ago

Thanks, went the portioner route :)