mirror of
https://github.com/home-assistant/core.git
synced 2025-08-26 07:51:32 +02:00
Update docstring
This commit is contained in:
@@ -59,7 +59,7 @@ def setup(hass, config):
|
|||||||
|
|
||||||
|
|
||||||
class WinkToggleDevice(ToggleEntity):
|
class WinkToggleDevice(ToggleEntity):
|
||||||
""" Represents a Wink switch within Home Assistant. """
|
""" Represents a Wink toogle (switch) device. """
|
||||||
|
|
||||||
def __init__(self, wink):
|
def __init__(self, wink):
|
||||||
self.wink = wink
|
self.wink = wink
|
||||||
|
Reference in New Issue
Block a user