We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1600636 commit 4aa3c8aCopy full SHA for 4aa3c8a
buildroot-external/rootfs-overlay/usr/sbin/hassos-supervisor
@@ -49,7 +49,7 @@ if [ -z "${SUPERVISOR_IMAGE_ID}" ]; then
49
# information.
50
if [ "${SUPERVISOR_VERSION}" = "stable" ]; then
51
# SUPERVISOR_VERSION="$(curl -s --location https://version.home-assistant.io/stable.json | jq -e -r '.supervisor')"
52
- SUPERVISOR_VERSION="$(curl -s --location https://my-smart-homes.github.io/version-data/data.json | jq -e -r '.supervisor')"
+ SUPERVISOR_VERSION="$(curl -s --location https://my-smart-homes.github.io/version/data.json | jq -e -r '.supervisor')"
53
fi
54
55
echo "[WARNING] Supervisor image missing, downloading a fresh one: ${SUPERVISOR_VERSION}"
0 commit comments