diff --git a/hassio/utils/gdbus.py b/hassio/utils/gdbus.py index d910a40f5..ff0f26dee 100644 --- a/hassio/utils/gdbus.py +++ b/hassio/utils/gdbus.py @@ -142,6 +142,7 @@ class DBus: data = await self._send(command) # Parse and return data + _LOGGER.debug("Receive from %s: %s", method, data) return self.parse_gvariant(data) async def get_properties(self, interface):