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