소스 검색

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",