Explorar o código

Update __init__.py

Daniel Høyer Iversen %!s(int64=6) %!d(string=hai) anos
pai
achega
7d7285aad4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: