mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +00:00
Update gdbus.py
This commit is contained in:
parent
68824fab4f
commit
dc77e2d8d9
@ -41,7 +41,7 @@ class DBus:
|
||||
async def connect(bus_name, object_path):
|
||||
"""Read object data."""
|
||||
self = DBus(bus_name, object_path)
|
||||
self._init_proxy() # pylint: disable=protected-access
|
||||
await self._init_proxy() # pylint: disable=protected-access
|
||||
|
||||
_LOGGER.info("Connect to dbus: %s - %s", bus_name, object_path)
|
||||
return self
|
||||
|
Loading…
x
Reference in New Issue
Block a user