From ba727f2404646345978af0725c1f198855f4f7d0 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 3 Jun 2025 09:33:17 +0200 Subject: [PATCH] Update 2025-06-03-deprecate-verify-domain-control.md --- blog/2025-06-03-deprecate-verify-domain-control.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2025-06-03-deprecate-verify-domain-control.md b/blog/2025-06-03-deprecate-verify-domain-control.md index 8ec66d12..78c919e9 100644 --- a/blog/2025-06-03-deprecate-verify-domain-control.md +++ b/blog/2025-06-03-deprecate-verify-domain-control.md @@ -6,7 +6,7 @@ title: "Deprecate verify_domain_control service helper" ### Summary of changes -The `homeassistant.helpers.service.verify_domain_control` helper function is deprecated, +The `homeassistant.helpers.service.verify_domain_control` service helper is deprecated, and has been replaced with `verify_domain_entity_control`. Since release `2025.1` (via core PR [#133062](https://github.com/home-assistant/core/pull/133062)), @@ -18,7 +18,7 @@ To update your integration: 2. Move the nested functions to be module-level (Optional - as shown in the second example below). 3. Test the changes. -The old `verify_domain_control` function will be removed in Home Assistant 2026.7. +The old `verify_domain_control` decorator will be removed in Home Assistant 2026.7. ### Examples