jason0x43 / hubitatmaker

A Python library for interfacing with a Hubitat hub via its Maker API
MIT License
9 stars 7 forks source link

add https support to event listener server #16

Closed kevdliu closed 2 years ago

kevdliu commented 2 years ago

Hello,

This PR adds SSL support to the event listener server so that communication between the Hubitat hub and Home Assistant can be fully encrypted. With self-signed certs it'll be vulnerable to MITM attacks but I figured it's better than plain text HTTP.

I'm currently working on a PR for the hacs-hubitat custom component but it's working pretty well so far.

kevdliu commented 2 years ago

PR for custom_component https://github.com/jason0x43/hacs-hubitat/pull/158