maddox / magic-cards

🎩 Queue music, play movies, or trigger events with RFID cards.
MIT License
573 stars 50 forks source link

Add option to disable SSL verification when talking to Home Assistant #33

Closed balloob closed 5 years ago

balloob commented 5 years ago

If Home Assistant is exposed to the internet, it is most likely configured with an SSL cert. If your router does not support harpinning/NAT loopback, you will need to configure Magic Cards to talk directly to the local IP of the machine running Home Assistant. This will cause the SSL cert to be invalid (as it's bound to the DNS name).

This adds an option verify_ssl to the Home Assistant action, which will disable SSL verification when set to false.