mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
flake8 correction
This commit is contained in:
parent
fb449cbc82
commit
e37c232bf6
@ -41,7 +41,8 @@ def setup(hass, config):
|
||||
for entry in config:
|
||||
if DOMAIN in entry:
|
||||
if not any(CONF_PLATFORM in key for key in config[entry]):
|
||||
config[entry] = {'platform': 'homeassistant', 'config': config[entry]}
|
||||
config[entry] = {'platform': 'homeassistant',
|
||||
'config': config[entry]}
|
||||
|
||||
component = EntityComponent(logger, DOMAIN, hass)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user