Skip to content

Commit 41c9f08

Browse files
Copilotjoostlek
authored andcommitted
Fix hvv_departures to pass config_entry explicitly to DataUpdateCoordinator (home-assistant#156794)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: joostlek <[email protected]>
1 parent fc4bfab commit 41c9f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

homeassistant/components/hvv_departures/binary_sensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ async def async_update_data():
112112
update_method=async_update_data,
113113
# Polling interval. Will only be polled if there are subscribers.
114114
update_interval=timedelta(hours=1),
115+
config_entry=entry,
115116
)
116117

117118
# Fetch initial data so we have data when entities subscribe

0 commit comments

Comments
 (0)