From f73c0b570bb095451f5d49a47d5727f41f7c4a02 Mon Sep 17 00:00:00 2001 From: pvizeli Date: Thu, 15 Jun 2017 09:51:27 +0200 Subject: [PATCH] Not need to load group on first stage anymore. --- homeassistant/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/bootstrap.py b/homeassistant/bootstrap.py index 752412473bc..5f64fd447a6 100644 --- a/homeassistant/bootstrap.py +++ b/homeassistant/bootstrap.py @@ -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'))