diff --git a/supervisor/utils/dbus.py b/supervisor/utils/dbus.py index 998784dcb..d32e28ecb 100644 --- a/supervisor/utils/dbus.py +++ b/supervisor/utils/dbus.py @@ -174,7 +174,7 @@ class DBus: "Property change for %s-%s: %s changed & %s invalidated", self.bus_name, self.object_path, - changed.keys(), + list(changed.keys()), invalidated, )