From c0aab8497f1f933f613043d8ea52340ada9b4449 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 28 Apr 2017 23:06:33 +0200 Subject: [PATCH] Use now dev for beta_upstream --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index ad2f812fe..02c917ff3 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -4,7 +4,7 @@ HASSIO_VERSION = '0.19' 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') + 'hassio/dev/version.json') URL_HASSIO_ADDONS = 'https://github.com/home-assistant/hassio-addons'