From 7e23c241daa1a07a6cf2abefdcfae1ddc42dd4a9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Oct 2015 10:49:25 +0200 Subject: [PATCH] Update docstring --- homeassistant/components/wink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/wink.py b/homeassistant/components/wink.py index 5c304b5ee98..4027daacc0c 100644 --- a/homeassistant/components/wink.py +++ b/homeassistant/components/wink.py @@ -59,7 +59,7 @@ def setup(hass, config): class WinkToggleDevice(ToggleEntity): - """ Represents a Wink switch within Home Assistant. """ + """ Represents a Wink toogle (switch) device. """ def __init__(self, wink): self.wink = wink