mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-02 23:49:35 +00:00
Update path (#15)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user