Update docstring (config file) and attempt to honor PEP0257

This commit is contained in:
Fabian Affolter 2015-09-07 19:39:16 +02:00
parent f18928d85b
commit 78a555faf5
11 changed files with 38 additions and 31 deletions

View file

@ -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