Fix hvv_departures to pass config_entry explicitly to DataUpdateCoordinator (#156794)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: joostlek <7083755+joostlek@users.noreply.github.com>
This commit is contained in:
Copilot
2025-11-21 16:26:37 +00:00
committed by Franck Nijhof
co-authored by copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> joostlek
parent fc4bfab0f7
commit 41c9f08f60
@@ -112,6 +112,7 @@ async def async_setup_entry(
update_method=async_update_data,
# Polling interval. Will only be polled if there are subscribers.
update_interval=timedelta(hours=1),
config_entry=entry,
)
# Fetch initial data so we have data when entities subscribe