mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +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):
|
||||
_LOGGER.error(
|
||||
"Missing required configuration items in %s: %s",
|
||||
DOMAIN, CONF_HOST)
|
||||
DOMAIN,
|
||||
CONF_HOST)
|
||||
return False
|
||||
|
||||
lms = LogitechMediaServer(
|
||||
|
Loading…
x
Reference in New Issue
Block a user