mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 08:35:15 +02:00
flake8 correction
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user