1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Allow supervisor to update itself.

This commit is contained in:
pvizeli
2017-04-18 12:29:43 +02:00
parent 78d1e1d9e7
commit 86a7f11f64
7 changed files with 52 additions and 19 deletions

View File

@@ -2,6 +2,7 @@
import asyncio
import logging
import signal
import sys
import hassio.bootstrap as bootstrap
import hassio.core as core
@@ -33,4 +34,6 @@ if __name__ == "__main__":
loop.run_forever()
loop.close()
_LOGGER.info("Close Hassio")
sys.exit(hassio.exit_code)