mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-08-06 15:57:41 +00:00
Load Home Assistant OS component earlier (#6068)
Load the Home Assistant OS component earlier in the Supervisor lifecycle to ensure that updater has board information available when checking for updates. This makes sure that we have the latest OS update information right on Supervisor start.
This commit is contained in:
parent
fdde95d849
commit
8e4a87c751
@ -150,6 +150,8 @@ class Core(CoreSysAttributes):
|
||||
self.sys_dbus.load(),
|
||||
# Load Host
|
||||
self.sys_host.load(),
|
||||
# Load HassOS
|
||||
self.sys_os.load(),
|
||||
# Adjust timezone / time settings
|
||||
self._adjust_system_datetime(),
|
||||
# Load mounts
|
||||
@ -164,8 +166,6 @@ class Core(CoreSysAttributes):
|
||||
self.sys_homeassistant.load(),
|
||||
# Load CPU/Arch
|
||||
self.sys_arch.load(),
|
||||
# Load HassOS
|
||||
self.sys_os.load(),
|
||||
# Load Stores
|
||||
self.sys_store.load(),
|
||||
# Load Add-ons
|
||||
|
Loading…
x
Reference in New Issue
Block a user