Update path (#15)

This commit is contained in:
Pascal Vizeli 2017-04-26 22:08:49 +02:00 committed by GitHub
parent 7ca11a96b9
commit 139cf4fae4

View File

@ -1,12 +1,12 @@
"""Const file for HassIO."""
HASSIO_VERSION = '0.16'
URL_HASSIO_VERSION = \
'https://raw.githubusercontent.com/pvizeli/hassio/master/version.json'
URL_HASSIO_VERSION_BETA = \
'https://raw.githubusercontent.com/pvizeli/hassio/master/version_beta.json'
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
'hassio/master/version.json')
URL_HASSIO_VERSION_BETA = ('https://raw.githubusercontent.com/home-assistant/'
'hassio/master/version_beta.json')
URL_HASSIO_ADDONS = 'https://github.com/pvizeli/hassio-addons'
URL_HASSIO_ADDONS = 'https://github.com/home-assistant/hassio-addons'
DOCKER_REPO = "pvizeli"