Update docstrings (#2513)

This commit is contained in:
Fabian Affolter
2016-07-13 14:47:29 +02:00
committed by GitHub
parent 82e992c63c
commit 497bc6ac0d
10 changed files with 14 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ SENSOR_TYPES = {
def setup_platform(hass, config, add_devices, discovery_info=None):
"""Setup the Wink platform."""
"""Setup the Wink binary sensor platform."""
import pywink
if discovery_info is None:
@@ -44,7 +44,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
class WinkBinarySensorDevice(WinkDevice, BinarySensorDevice, Entity):
"""Representation of a Wink sensor."""
"""Representation of a Wink binary sensor."""
def __init__(self, wink):
"""Initialize the Wink binary sensor."""