fixed flake8 issues
This commit is contained in:
parent
eb83621fce
commit
03f93063f8
1 changed files with 8 additions and 7 deletions
|
@ -59,7 +59,8 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
if not config.get(CONF_HOST):
|
if not config.get(CONF_HOST):
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
"Missing required configuration items in %s: %s",
|
"Missing required configuration items in %s: %s",
|
||||||
DOMAIN, CONF_HOST)
|
DOMAIN,
|
||||||
|
CONF_HOST)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
lms = LogitechMediaServer(
|
lms = LogitechMediaServer(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue