Fix ContextVar error log for custom components

Co-authored-by: mib1185 <35783820+mib1185@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-07-30 18:35:28 +00:00
parent 757505d7e8
commit 082dc4d0bf

View File

@ -92,7 +92,7 @@ class DataUpdateCoordinator(BaseDataUpdateCoordinatorProtocol, Generic[_DataT]):
frame.report_usage(
"relies on ContextVar, but should pass the config entry explicitly.",
core_behavior=frame.ReportBehavior.ERROR,
custom_integration_behavior=frame.ReportBehavior.LOG,
custom_integration_behavior=frame.ReportBehavior.IGNORE,
breaks_in_ha_version="2026.8",
)