Browse Source

Re-raise on Dbus error after handling disconnect

J. Nick Koston 2 years ago
parent
commit
6284b76618
1 changed files with 1 additions and 0 deletions
  1. 1 0
      switchbot/devices/device.py

+ 1 - 0
switchbot/devices/device.py

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