Add history to component priority list (#7173)

This commit is contained in:
Paulus Schoutsen 2017-04-19 09:15:18 -07:00 committed by GitHub
parent 2f4b2ddc0a
commit 90baa2ce4d

View File

@ -28,7 +28,7 @@ _LOGGER = logging.getLogger(__name__)
ERROR_LOG_FILENAME = 'home-assistant.log'
FIRST_INIT_COMPONENT = set((
'recorder', 'mqtt', 'mqtt_eventstream', 'logger', 'introduction',
'frontend'))
'frontend', 'history'))
def from_config_dict(config: Dict[str, Any],