Преглед изворни кода

Add SwitchbotApiError to __all__ (#237)

J. Nick Koston пре 9 месеци
родитељ
комит
91e53305ce
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      switchbot/__init__.py

+ 2 - 0
switchbot/__init__.py

@@ -11,6 +11,7 @@ from .adv_parser import SwitchbotSupportedType, parse_advertisement_data
 from .const import (
     LockStatus,
     SwitchbotAccountConnectionError,
+    SwitchbotApiError,
     SwitchbotAuthenticationError,
     SwitchbotModel,
 )
@@ -36,6 +37,7 @@ __all__ = [
     "GetSwitchbotDevices",
     "SwitchBotAdvertisement",
     "SwitchbotAccountConnectionError",
+    "SwitchbotApiError",
     "SwitchbotAuthenticationError",
     "ColorMode",
     "LockStatus",