Explorar el Código

missing await

J. Nick Koston hace 2 años
padre
commit
55b1cbab3a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      switchbot/devices/device.py

+ 1 - 0
switchbot/devices/device.py

@@ -208,6 +208,7 @@ class SwitchbotDevice:
             self.name,
             DISCONNECT_DELAY,
         )
+        await self._execute_disconnect()
 
     async def _execute_disconnect(self):
         """Execute disconnection."""