diff --git a/custom_components/mbapi2020/websocket.py b/custom_components/mbapi2020/websocket.py index c9739a6d..72bb3d51 100644 --- a/custom_components/mbapi2020/websocket.py +++ b/custom_components/mbapi2020/websocket.py @@ -124,7 +124,6 @@ async def async_stop(self, now: datetime = datetime.now()): self.is_stopping = True self._watchdog.cancel() self._pingwatchdog.cancel() - self._reconnectwatchdog.cancel() self.connection_state = "closed" if self._connection is not None: