mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Bug fix: group not always loaded
This commit is contained in:
parent
58c90402c5
commit
c69b9aefec
@ -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…
x
Reference in New Issue
Block a user