mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
Listen for dbus property changes (#3872)
* Listen for dbus property changes * Avoid remaking dbus proxy objects * proper snake case for pylint * some cleanup and more tests
This commit is contained in:
@@ -145,7 +145,6 @@ class OSManager(CoreSysAttributes):
|
||||
self._board = cpe.get_target_hardware()[0]
|
||||
self._os_name = cpe.get_product()[0]
|
||||
|
||||
await self.sys_dbus.rauc.update()
|
||||
await self.datadisk.load()
|
||||
|
||||
_LOGGER.info(
|
||||
|
||||
Reference in New Issue
Block a user