Skip to content
Snippets Groups Projects
Commit 7eafa580 authored by Paulus Schoutsen's avatar Paulus Schoutsen
Browse files

In rare occasion the group component would not load

parent f510ee33
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,10 @@ def from_config_dict(config, hass=None):
if not group_added:
validated.append(group.DOMAIN)
if group.DOMAIN not in components:
components[group.DOMAIN] = \
core_components.get_component(group.DOMAIN, logger)
# Setup the components
if core_components.setup(hass, config):
logger.info("Home Assistant core initialized")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment