Fix docstrings
This commit is contained in:
parent
79b6269aa2
commit
8de56bc8e2
1 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
|
|
||||||
# pylint: disable=too-many-arguments
|
# pylint: disable=too-many-arguments
|
||||||
class RestBinarySensor(BinarySensorDevice):
|
class RestBinarySensor(BinarySensorDevice):
|
||||||
"""REST binary sensor."""
|
""" A REST binary sensor. """
|
||||||
|
|
||||||
def __init__(self, hass, rest, name, value_template):
|
def __init__(self, hass, rest, name, value_template):
|
||||||
""" Initialize a REST binary sensor. """
|
""" Initialize a REST binary sensor. """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue