mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Call core post init (#5725)
This commit is contained in:
parent
26024053ed
commit
767f435090
@ -60,7 +60,7 @@ async def initialize_coresys() -> CoreSys:
|
||||
coresys.resolution = await ResolutionManager(coresys).load_config()
|
||||
await coresys.resolution.load_modules()
|
||||
coresys.jobs = await JobManager(coresys).load_config()
|
||||
coresys.core = Core(coresys)
|
||||
coresys.core = await Core(coresys).post_init()
|
||||
coresys.plugins = await PluginManager(coresys).load_config()
|
||||
coresys.arch = CpuArch(coresys)
|
||||
coresys.auth = await Auth(coresys).load_config()
|
||||
|
Loading…
x
Reference in New Issue
Block a user