Fix PEP257 issues
This commit is contained in:
parent
986c9c55bf
commit
f22a40c3e8
22 changed files with 95 additions and 79 deletions
|
@ -44,6 +44,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||
# pylint: disable=too-many-arguments
|
||||
class CommandBinarySensor(BinarySensorDevice):
|
||||
"""Represent a command line binary sensor."""
|
||||
|
||||
def __init__(self, hass, data, name, payload_on,
|
||||
payload_off, value_template):
|
||||
"""Initialize the Command line binary sensor."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue