mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Pass Syncthru entry to coordinator (#148974)
This commit is contained in:
parent
c074453763
commit
aacaa9a20f
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user