mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
Fix operating-system url for OTA updates (#1493)
This commit is contained in:
parent
2a31edc768
commit
934eab2e8c
@ -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_HASSIO_APPARMOR = "https://version.home-assistant.io/apparmor.txt"
|
||||||
|
|
||||||
URL_HASSOS_OTA = (
|
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"
|
"{version}/hassos_{board}-{version}.raucb"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user