improve message

This commit is contained in:
mib1185 2025-02-09 21:36:06 +00:00
parent c7e17ffb36
commit cd03c9262f

View File

@ -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,