From cd03c9262ffa1e2b6e7ca425e6b0a05315cd548d Mon Sep 17 00:00:00 2001 From: mib1185 Date: Sun, 9 Feb 2025 21:36:06 +0000 Subject: [PATCH] improve message --- homeassistant/helpers/update_coordinator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/helpers/update_coordinator.py b/homeassistant/helpers/update_coordinator.py index fadb026d9bb..6c19aa5f0be 100644 --- a/homeassistant/helpers/update_coordinator.py +++ b/homeassistant/helpers/update_coordinator.py @@ -88,7 +88,7 @@ class DataUpdateCoordinator(BaseDataUpdateCoordinatorProtocol, Generic[_DataT]): from . import frame # pylint: disable=import-outside-toplevel frame.report_usage( - "ContextVar used, should passing the config entry explicitly - see " + "rely on the ContextVar, but should passing the config entry explicitly - see " "https://developers.home-assistant.io/blog/xxxxxxx", core_behavior=frame.ReportBehavior.ERROR, custom_integration_behavior=frame.ReportBehavior.LOG,