Daniel Høyer Iversen 6 rokov pred
rodič
commit
7d7285aad4
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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: