mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
Specify integration domain in deprecation notice (#180628)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user