We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97ed72 commit 7d7285aCopy full SHA for 7d7285a
switchbot/__init__.py
@@ -13,7 +13,7 @@
13
_LOGGER = logging.getLogger(__name__)
14
15
16
-class Switchmate:
+class Switchbot:
17
"""Representation of a Switchmate."""
18
19
def __init__(self, mac) -> None:
0 commit comments