mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add history to component priority list (#7173)
This commit is contained in:
parent
2f4b2ddc0a
commit
90baa2ce4d
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user