Fix handling with docker container (#7)

* Fix handling with docker container

* Fix lint

* update version

* fix lint v2

* fix signal handling

* fix log output
This commit is contained in:
Pascal Vizeli
2017-04-20 14:59:03 +02:00
committed by GitHub
parent 7a0b9cc1ac
commit d285fd4ad4
10 changed files with 82 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
"""Const file for HassIO."""
HASSIO_VERSION = '0.8'
HASSIO_VERSION = '0.9'
URL_HASSIO_VERSION = \
'https://raw.githubusercontent.com/pvizeli/hassio/master/version.json'