From a108d3d7a23a9c65895732af95f0edc2cb7ef711 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 3 Jun 2025 10:08:23 +0200 Subject: [PATCH] Update blog/2025-06-03-deprecate-verify-domain-control.md Co-authored-by: Copilot <175728472+Copilot@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 78c919e9..f6ec8a02 100644 --- a/blog/2025-06-03-deprecate-verify-domain-control.md +++ b/blog/2025-06-03-deprecate-verify-domain-control.md @@ -11,7 +11,7 @@ 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)), 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`. +and it became redundant to pass the `hass` object to `verify_domain_control`. To update your integration: 1. Replace the decorator (as shown in the first example below).