We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018af0e commit b56c271Copy full SHA for b56c271
1 file changed
custom_components/google_home/__init__.py
@@ -72,6 +72,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: GoogleHomeConfigEntry) -
72
name=SENSOR,
73
update_method=glocaltokens_client.update_google_devices_information,
74
update_interval=timedelta(seconds=update_interval),
75
+ config_entry=entry,
76
)
77
78
await coordinator.async_config_entry_first_refresh()
0 commit comments