Skip to content

Commit 91e5330

Browse files
authored
Add SwitchbotApiError to __all__ (#237)
1 parent 067989c commit 91e5330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

switchbot/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from .const import (
1212
LockStatus,
1313
SwitchbotAccountConnectionError,
14+
SwitchbotApiError,
1415
SwitchbotAuthenticationError,
1516
SwitchbotModel,
1617
)
@@ -36,6 +37,7 @@
3637
"GetSwitchbotDevices",
3738
"SwitchBotAdvertisement",
3839
"SwitchbotAccountConnectionError",
40+
"SwitchbotApiError",
3941
"SwitchbotAuthenticationError",
4042
"ColorMode",
4143
"LockStatus",

0 commit comments

Comments
 (0)