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
333 stars 74 forks source link

How to add UNSAFE_IGNORE_CERTIFICATE_ERRORS=true Option? #71

Open xaxix opened 1 year ago

xaxix commented 1 year ago

I am using Home Assistent and added your repository. How can i add the UNSAFE_IGNORE_CERTIFICATE_ERRORS=true option? I am running into a ssl cert error because of using a self signed cert. You added the option, but where is it? I added the line in the Addon "UNSAFE_IGNORE_CERTIFICATE_ERRORS: true" (edited as YAML) but without any changes.

sibbl commented 1 year ago

Thanks for the report!

it seems like that option isn't exposed to the new Hassio container yet. I'm not sure when I'll time for this, as there's currently a lot going on. The changes shouldn't be huge - kind of similar to PR69, if you want to do it yourself.