This commit is contained in:
Andrey
2021-02-18 12:36:43 +03:00
parent 4f8f38fde6
commit 75a41c9667
3 changed files with 6 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ class MegaView(HomeAssistantView):
return ret
async def later_update(self, hub):
_LOGGER.debug('force update')
await asyncio.sleep(1)
_LOGGER.debug('force update')
await hub.updater.async_refresh()