jason0x43 / hubitatmaker

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

Run an event listener server by default #1

Closed jason0x43 closed 4 years ago

jason0x43 commented 4 years ago

This package has the ability to run an event listener server, but doesn't by default as it seemed easier to let something else handle that. (The hacs-hubitat plugin uses a Home Assistant webhook for that purpose.)

The Home Assistant REST server may not always be a good choice, though, since it may be an external address. Instead, this package should use run its internal event listener server by default.

jason0x43 commented 4 years ago

Resolved in 383f709