From 592f806e5f84f83478fcd7d8255bf65c64987841 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 29 Aug 2026 16:24:33 +0200 Subject: [PATCH] Specify integration domain in deprecation notice (#180628) --- homeassistant/helpers/device_registry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/helpers/device_registry.py b/homeassistant/helpers/device_registry.py index dc0ef4e8af57..3a4a76a72a07 100644 --- a/homeassistant/helpers/device_registry.py +++ b/homeassistant/helpers/device_registry.py @@ -2484,6 +2484,7 @@ class DeviceRegistry(BaseRegistry[dict[str, list[dict[str, Any]]]]): "`async_update_device`", core_behavior=ReportBehavior.LOG, breaks_in_ha_version="2027.8.0", + integration_domain=config_entry.domain, ) self._async_purge_colliding_deleted_devices(device, identifiers, connections)