mirror of
https://github.com/home-assistant/core.git
synced 2025-09-10 15:21:38 +02:00
Pass Syncthru entry to coordinator (#148974)
This commit is contained in:
committed by
Franck Nijhof
parent
5656b4c20d
commit
8fdc50a29f
@@ -28,6 +28,7 @@ class SyncthruCoordinator(DataUpdateCoordinator[SyncThru]):
|
|||||||
hass,
|
hass,
|
||||||
_LOGGER,
|
_LOGGER,
|
||||||
name=DOMAIN,
|
name=DOMAIN,
|
||||||
|
config_entry=entry,
|
||||||
update_interval=timedelta(seconds=30),
|
update_interval=timedelta(seconds=30),
|
||||||
)
|
)
|
||||||
self.syncthru = SyncThru(
|
self.syncthru = SyncThru(
|
||||||
|
Reference in New Issue
Block a user