Fix operating-system url for OTA updates (#1493)

This commit is contained in:
Pascal Vizeli 2020-02-09 21:42:22 +01:00 committed by GitHub
parent 2a31edc768
commit 934eab2e8c

View File

@ -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"
)