mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +02:00
Not need to load group on first stage anymore.
This commit is contained in:
@@ -27,7 +27,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
ERROR_LOG_FILENAME = 'home-assistant.log'
|
ERROR_LOG_FILENAME = 'home-assistant.log'
|
||||||
FIRST_INIT_COMPONENT = set((
|
FIRST_INIT_COMPONENT = set((
|
||||||
'group', 'recorder', 'mqtt', 'mqtt_eventstream', 'logger', 'introduction',
|
'recorder', 'mqtt', 'mqtt_eventstream', 'logger', 'introduction',
|
||||||
'frontend', 'history'))
|
'frontend', 'history'))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user