Update docstring (config file) and attempt to honor PEP0257
This commit is contained in:
parent
f18928d85b
commit
78a555faf5
11 changed files with 38 additions and 31 deletions
|
@ -36,7 +36,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
|||
|
||||
|
||||
class WemoSwitch(SwitchDevice):
|
||||
""" Represents a WeMo switch within Home Assistant. """
|
||||
""" Represents a WeMo switch. """
|
||||
def __init__(self, wemo):
|
||||
self.wemo = wemo
|
||||
self.insight_params = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue