Skip to content

Commit b56c271

Browse files
authored
Explicitly pass config_entry to DataUpdateCoordinator (#1007)
1 parent 018af0e commit b56c271

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom_components/google_home/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: GoogleHomeConfigEntry) -
7272
name=SENSOR,
7373
update_method=glocaltokens_client.update_google_devices_information,
7474
update_interval=timedelta(seconds=update_interval),
75+
config_entry=entry,
7576
)
7677

7778
await coordinator.async_config_entry_first_refresh()

0 commit comments

Comments
 (0)