Fix PEEP257 issues

This commit is contained in:
Fabian Affolter
2016-03-08 17:55:57 +01:00
parent d784610c52
commit b534244e40
42 changed files with 335 additions and 308 deletions

View File

@@ -15,7 +15,7 @@ _LOGGER = logging.getLogger(__name__)
def setup(hass, config):
"""Sets up the shell_command component."""
"""Setup the shell_command component."""
conf = config.get(DOMAIN)
if not isinstance(conf, dict):