1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Adopt a disabled data disk (#5010)

This commit is contained in:
Mike Degatano
2024-04-11 13:53:19 -04:00
committed by GitHub
parent f0e2fb3f57
commit 672a7621f9
12 changed files with 329 additions and 49 deletions

View File

@@ -83,7 +83,7 @@ class Filesystem(DBusServiceMock):
"""Get Size."""
return self.fixture.Size
@dbus_method()
@dbus_method(track_obj_path=True)
def SetLabel(self, label: "s", options: "a{sv}") -> None:
"""Do SetLabel method."""