Bug fix: group not always loaded
This commit is contained in:
parent
58c90402c5
commit
c69b9aefec
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,10 @@ def from_config_dict(config, hass=None):
|
|||
|
||||
break
|
||||
|
||||
# Make sure we load groups if not in list yet.
|
||||
if not group_added:
|
||||
validated.append(group.DOMAIN)
|
||||
|
||||
# Setup the components
|
||||
if core_components.setup(hass, config):
|
||||
logger.info("Home Assistant core initialized")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue