mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
update header and docstring
This commit is contained in:
parent
bd373a4d25
commit
c900836410
@ -1,4 +1,8 @@
|
||||
""" Support for Wink lights. """
|
||||
"""
|
||||
homeassistant.components.light.wink
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Support for Wink lights.
|
||||
"""
|
||||
import logging
|
||||
|
||||
from homeassistant.components.light import ATTR_BRIGHTNESS
|
||||
@ -29,7 +33,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
||||
|
||||
|
||||
class WinkLight(WinkToggleDevice):
|
||||
""" Represents a Wink light """
|
||||
""" Represents a Wink light. """
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
def turn_on(self, **kwargs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user