From dbc3b1283ed5960ec7bebb6ea65d6c60c1da60d1 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 3 Jun 2025 09:30:45 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- blog/2025-06-03-deprecate-verify-domain-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.