瀏覽代碼

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: