parent
37706c2731
commit
7f0a50ce31
41 changed files with 76 additions and 72 deletions
|
@ -117,7 +117,7 @@ class NetioApiView(HomeAssistantView):
|
|||
ndev.start_dates = start_dates
|
||||
|
||||
for dev in DEVICES[host].entities:
|
||||
hass.async_add_job(dev.async_update_ha_state())
|
||||
hass.async_create_task(dev.async_update_ha_state())
|
||||
|
||||
return self.json(True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue