Explorar el Código

Add SwitchbotApiError to __all__ (#237)

J. Nick Koston hace 9 meses
padre
commit
91e53305ce
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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",