Add reload api call to supervisor (#8)

* Add reload api call to supervisor

* Pump version
This commit is contained in:
Pascal Vizeli
2017-04-21 11:30:22 +02:00
committed by GitHub
parent f056d175b7
commit 03c3c9b6a1
5 changed files with 59 additions and 40 deletions

View File

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