We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5563fd0 commit 3e994cdCopy full SHA for 3e994cd
custom_components/remote_homeassistant/__init__.py
@@ -427,7 +427,7 @@ def _async_instance_id_match(info):
427
428
self._hass.bus.async_listen_once(EVENT_HOMEASSISTANT_STOP, _async_stop_handler)
429
430
- device_registry = await dr.async_get_registry(self._hass)
+ device_registry = dr.async_get(self._hass)
431
device_registry.async_get_or_create(
432
config_entry_id=self._entry.entry_id,
433
identifiers={(DOMAIN, f"remote_{self._entry.unique_id}")},
0 commit comments