mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Fix stop
This commit is contained in:
parent
ec98712b1d
commit
04a03318f6
@ -81,7 +81,7 @@ class HassIO(object):
|
||||
tasks = [self.websession.close(), self.api.stop()]
|
||||
await asyncio.wait(tasks, loop=self.loop)
|
||||
|
||||
self.loop.close()
|
||||
self.loop.stop()
|
||||
|
||||
async def _setup_homeassistant(self):
|
||||
"""Install a homeassistant docker container."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user