Docstring updates (#2404)

* Fix docstring

* Fix typo

* Update docstrings

* Update docstrings
This commit is contained in:
Fabian Affolter
2016-07-01 21:39:30 +02:00
committed by GitHub
parent fe0164b137
commit 3870d2e0cd
5 changed files with 12 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
class EnvisalinkBinarySensor(EnvisalinkDevice, BinarySensorDevice):
"""Representation of an envisalink Binary Sensor."""
"""Representation of an Envisalink binary sensor."""
# pylint: disable=too-many-arguments
def __init__(self, zone_number, zone_name, zone_type, info, controller):