Skip to content

Commit 8fdc50a

Browse files
joostlekfrenck
authored andcommitted
Pass Syncthru entry to coordinator (home-assistant#148974)
1 parent 5656b4c commit 8fdc50a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

homeassistant/components/syncthru/coordinator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def __init__(self, hass: HomeAssistant, entry: SyncThruConfigEntry) -> None:
2828
hass,
2929
_LOGGER,
3030
name=DOMAIN,
31+
config_entry=entry,
3132
update_interval=timedelta(seconds=30),
3233
)
3334
self.syncthru = SyncThru(

0 commit comments

Comments
 (0)