Pass config entry to Remote Calendar coordinator (#149958)

This commit is contained in:
Joost Lekkerkerker
2025-08-04 13:28:59 +02:00
committed by GitHub
parent 312e590360
commit 0bdf6757c4

View File

@@ -39,6 +39,7 @@ class RemoteCalendarDataUpdateCoordinator(DataUpdateCoordinator[Calendar]):
_LOGGER,
name=f"{DOMAIN}_{config_entry.title}",
update_interval=SCAN_INTERVAL,
config_entry=config_entry,
always_update=True,
)
self._client = get_async_client(hass)