Explorar el Código

Re-raise on Dbus error after handling disconnect

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

+ 1 - 0
switchbot/devices/device.py

@@ -238,6 +238,7 @@ class SwitchbotDevice:
                 ex,
             )
             await self._execute_disconnect()
+            raise
         except BleakError as ex:
             # Disconnect so we can reset state and try again
             _LOGGER.debug(