We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1376c8c commit 4ac2ff0Copy full SHA for 4ac2ff0
switchbot/devices/device.py
@@ -37,7 +37,7 @@
37
# Base key when encryption is set
38
KEY_PASSWORD_PREFIX = "571"
39
40
-BLEAK_EXCEPTIONS = (AttributeError, BleakError, asyncio.exceptions.TimeoutError)
+BLEAK_EXCEPTIONS = (AttributeError, BleakError, EOFError, asyncio.exceptions.TimeoutError)
41
42
# How long to hold the connection
43
# to wait for additional commands for
0 commit comments