mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Ensure the component is loaded first
This commit is contained in:
parent
aeacbad4a0
commit
6f06f48ac6
@ -167,7 +167,7 @@ def load_order_components(components):
|
||||
load_order.update(comp_load_order)
|
||||
|
||||
# Push some to first place in load order
|
||||
for comp in ('recorder', 'introduction'):
|
||||
for comp in ('logger', 'recorder', 'introduction'):
|
||||
if comp in load_order:
|
||||
load_order.promote(comp)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user