소스 검색

Update __init__.py

Daniel Høyer Iversen 6 년 전
부모
커밋
7d7285aad4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      switchbot/__init__.py

+ 1 - 1
switchbot/__init__.py

@@ -13,7 +13,7 @@ OFF_KEY = "570102"
 _LOGGER = logging.getLogger(__name__)
 
 
-class Switchmate:
+class Switchbot:
     """Representation of a Switchmate."""
 
     def __init__(self, mac) -> None: