update header

This commit is contained in:
Fabian Affolter 2015-08-06 18:53:44 +02:00
parent 22fa9831d8
commit 2eb3a5af3b

View file

@ -1,4 +1,8 @@
""" Support for Wink sensors. """
"""
homeassistant.components.sensor.wink
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Support for Wink sensors.
"""
import logging
from homeassistant.helpers.entity import Entity
@ -24,7 +28,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
class WinkSensorDevice(Entity):
""" represents a wink sensor within home assistant. """
""" Represents a wink sensor. """
def __init__(self, wink):
self.wink = wink