From 5d52404dab34522c6aed2e713fd05ec93e0af2e2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 27 Apr 2017 17:11:33 +0200 Subject: [PATCH] Update new docker hup --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 10cdf7878..a4b586626 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -8,7 +8,7 @@ URL_HASSIO_VERSION_BETA = ('https://raw.githubusercontent.com/home-assistant/' URL_HASSIO_ADDONS = 'https://github.com/home-assistant/hassio-addons' -DOCKER_REPO = "pvizeli" +DOCKER_REPO = "homeassistant" HASSIO_SHARE = "/data"