adjust report_usage parameters

This commit is contained in:
Michael 2025-02-17 12:32:30 +00:00
parent 1585f922cc
commit 158f15cd57

View File

@ -90,8 +90,9 @@ class DataUpdateCoordinator(BaseDataUpdateCoordinatorProtocol, Generic[_DataT]):
frame.report_usage( frame.report_usage(
"rely on the ContextVar, but 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", "https://developers.home-assistant.io/blog/xxxxxxx",
core_behavior=frame.ReportBehavior.ERROR, core_behavior=frame.ReportBehavior.LOG,
custom_integration_behavior=frame.ReportBehavior.LOG, core_integration_behavior=frame.ReportBehavior.LOG,
custom_integration_behavior=frame.ReportBehavior.IGNORE,
breaks_in_ha_version="2026.3", breaks_in_ha_version="2026.3",
) )