mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-18 22:56:31 +00:00
Update path (#15)
This commit is contained in:
parent
7ca11a96b9
commit
139cf4fae4
@ -1,12 +1,12 @@
|
|||||||
"""Const file for HassIO."""
|
"""Const file for HassIO."""
|
||||||
HASSIO_VERSION = '0.16'
|
HASSIO_VERSION = '0.16'
|
||||||
|
|
||||||
URL_HASSIO_VERSION = \
|
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
|
||||||
'https://raw.githubusercontent.com/pvizeli/hassio/master/version.json'
|
'hassio/master/version.json')
|
||||||
URL_HASSIO_VERSION_BETA = \
|
URL_HASSIO_VERSION_BETA = ('https://raw.githubusercontent.com/home-assistant/'
|
||||||
'https://raw.githubusercontent.com/pvizeli/hassio/master/version_beta.json'
|
'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"
|
DOCKER_REPO = "pvizeli"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user