mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
fixed flake8 issues
This commit is contained in:
parent
eb83621fce
commit
03f93063f8
@ -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…
x
Reference in New Issue
Block a user