mirror of
https://github.com/home-assistant/core.git
synced 2026-09-05 18:25:01 -05:00
Pass config entry to Remote Calendar coordinator (#149958)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user