Skip to content

Commit

Permalink
Add SwitchbotApiError to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed May 23, 2024
1 parent 067989c commit e1bb64a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions switchbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from .const import (
LockStatus,
SwitchbotAccountConnectionError,
SwitchbotApiError,
SwitchbotAuthenticationError,
SwitchbotModel,
)
Expand All @@ -36,6 +37,7 @@
"GetSwitchbotDevices",
"SwitchBotAdvertisement",
"SwitchbotAccountConnectionError",
"SwitchbotApiError",
"SwitchbotAuthenticationError",
"ColorMode",
"LockStatus",
Expand Down

0 comments on commit e1bb64a

Please sign in to comment.