mirror of
https://github.com/home-assistant/core.git
synced 2025-09-15 17:51:36 +02:00
Pass config entry to Remote Calendar coordinator (#149958)
This commit is contained in:
committed by
Franck Nijhof
parent
641621d184
commit
a06557ed54
@@ -39,6 +39,7 @@ class RemoteCalendarDataUpdateCoordinator(DataUpdateCoordinator[Calendar]):
|
|||||||
_LOGGER,
|
_LOGGER,
|
||||||
name=f"{DOMAIN}_{config_entry.title}",
|
name=f"{DOMAIN}_{config_entry.title}",
|
||||||
update_interval=SCAN_INTERVAL,
|
update_interval=SCAN_INTERVAL,
|
||||||
|
config_entry=config_entry,
|
||||||
always_update=True,
|
always_update=True,
|
||||||
)
|
)
|
||||||
self._client = get_async_client(hass)
|
self._client = get_async_client(hass)
|
||||||
|
Reference in New Issue
Block a user