diff --git a/blog/2025-06-03-deprecate-verify-domain-control.md b/blog/2025-06-03-deprecate-verify-domain-control.md index 20732cda..2af4dac3 100644 --- a/blog/2025-06-03-deprecate-verify-domain-control.md +++ b/blog/2025-06-03-deprecate-verify-domain-control.md @@ -9,7 +9,7 @@ title: "Deprecate verify_domain_control service helper" The `homeassistant.helpers.service.verify_domain_control` helper function is deprecated, and has been replaced with `verify_domain_entity_control`. -Since release `2025.1` (via core PR https://github.com/home-assistant/core/pull/133062), +Since release `2025.1` (via core PR [#133062](https://github.com/home-assistant/core/pull/133062)), a reference to `HomeAssistant` is available as a property of the `ServiceCall` object, and it became redundant to pass `hass` object to `verify_domain_control`.