-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for HTTPS Homeassistant #6
Comments
It'd be also awesome to add an option for tls.Config{InsecureSkipVerify: true} |
I did a quick and dirty test: and added a few lines:
This worked for me. I would have done a PR but i don't know if this will work with regular HTTP homeassistants, so maybe throw this into your setup and check if it works. Then I'm happy to either let you modify the code or submit a PR. :) |
I personally don't have the time to implement this myself, but would be open to merge any PR's that implement this and don't break the current functionality. If the above works, you should probably expose |
Thanks for creating this project- very cool! Fits a great usecase especially as homeassistant can send notifications to your phone when the internet is off (makes sending a notification to your phone for things like "the net is down" - super useful)
I was trying to set it up at home, however I have custom certs and have home assistant listening for HTTPS only traffic. Would it be possible to add support for https?
The text was updated successfully, but these errors were encountered: