Julius2342 / pyvlx

PyVLX - controling VELUX windows with Python via KLF 200
GNU Lesser General Public License v3.0
74 stars 26 forks source link

Move heartbeat start from init to connect method #308

Closed DeerMaximum closed 1 year ago

DeerMaximum commented 1 year ago

This PR moves the start of the heartbeat to the connect method to solve the failed tests of the Home Assistant integration.

https://github.com/home-assistant/core/pull/89155