Update blog/2025-06-03-deprecate-verify-domain-control.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Franck Nijhof 2025-06-03 10:08:23 +02:00 committed by GitHub
parent ba727f2404
commit a108d3d7a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).