Not need to load group on first stage anymore.

This commit is contained in:
pvizeli
2017-06-15 09:51:27 +02:00
parent 364ea9bfc3
commit f73c0b570b

View File

@@ -27,7 +27,7 @@ _LOGGER = logging.getLogger(__name__)
ERROR_LOG_FILENAME = 'home-assistant.log'
FIRST_INIT_COMPONENT = set((
'group', 'recorder', 'mqtt', 'mqtt_eventstream', 'logger', 'introduction',
'recorder', 'mqtt', 'mqtt_eventstream', 'logger', 'introduction',
'frontend', 'history'))