From 934eab2e8cad1c47b4cfd0381559539aefec3e8b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 9 Feb 2020 21:42:22 +0100 Subject: [PATCH] Fix operating-system url for OTA updates (#1493) --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index b3a57d3bc..f12e00c61 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -11,7 +11,7 @@ URL_HASSIO_VERSION = "https://version.home-assistant.io/{channel}.json" URL_HASSIO_APPARMOR = "https://version.home-assistant.io/apparmor.txt" URL_HASSOS_OTA = ( - "https://github.com/home-assistant/hassos/releases/download/" + "https://github.com/home-assistant/operating-system/releases/download/" "{version}/hassos_{board}-{version}.raucb" )