Bug fix: group not always loaded

This commit is contained in:
Paulus Schoutsen 2014-10-21 23:51:23 -07:00
parent 58c90402c5
commit c69b9aefec

View file

@ -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")