mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
parent
0d4858e296
commit
95ed8fb245
@ -88,7 +88,7 @@ async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry):
|
||||
await async_setup_webhook(hass, entry, session)
|
||||
client = MinutPointClient(hass, entry, session)
|
||||
hass.data.setdefault(DOMAIN, {}).update({entry.entry_id: client})
|
||||
await client.update()
|
||||
hass.async_create_task(client.update())
|
||||
|
||||
return True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user