mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
DataDisk reload devices (#3129)
* DataDisk reload devices * improve loading * simplify * validate input device * add comments * Add agent version to API * more tests * fix test lint
This commit is contained in:
@@ -146,6 +146,7 @@ class OSManager(CoreSysAttributes):
|
||||
self._os_name = cpe.get_product()[0]
|
||||
|
||||
await self.sys_dbus.rauc.update()
|
||||
await self.datadisk.load()
|
||||
|
||||
_LOGGER.info(
|
||||
"Detect Home Assistant Operating System %s / BootSlot %s",
|
||||
|
||||
Reference in New Issue
Block a user