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'))