mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
Pass config entry to Remote Calendar coordinator (#149958)
This commit is contained in:
committed by
GitHub
parent
312e590360
commit
0bdf6757c4
@@ -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