1
0
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:
Pascal Vizeli
2021-09-20 12:52:51 +02:00
committed by GitHub
parent 74530baeb7
commit 53eae96a98
11 changed files with 109 additions and 6 deletions

View File

@@ -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",