From 7d7285aad46add7ec7a86d421f1ccd1bd69b47b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Wed, 5 Sep 2018 12:24:33 +0200 Subject: [PATCH] Update __init__.py --- switchbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switchbot/__init__.py b/switchbot/__init__.py index 88fe389..7f7de71 100644 --- a/switchbot/__init__.py +++ b/switchbot/__init__.py @@ -13,7 +13,7 @@ _LOGGER = logging.getLogger(__name__) -class Switchmate: +class Switchbot: """Representation of a Switchmate.""" def __init__(self, mac) -> None: