unfoldedcircle / integration-home-assistant

Home-Assistant Integration for Remote Two
Mozilla Public License 2.0
28 stars 5 forks source link

fix: send device_state event after connect request #44

Closed zehnm closed 10 months ago

zehnm commented 10 months ago

Sending the device_state event after receiving the connect event ensures that the remote remains in sync with the current integration state.

Log all received events from the remote with info level, since debug level is filtered out on the remote.

Fixes #43