Skip to content

Commit

Permalink
fix cannot get landing page docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyun8023 committed Dec 8, 2024
1 parent cba411f commit 0c1d87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot-external/package/hassio/hassio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HASSIO_LICENSE = Apache License 2.0
# HASSIO_LICENSE_FILES = $(BR2_EXTERNAL_HASSOS_PATH)/../LICENSE
HASSIO_SITE = $(BR2_EXTERNAL_HASSOS_PATH)/package/hassio
HASSIO_SITE_METHOD = local
HASSIO_VERSION_URL = "https://ha-version.jianyun.run/"
HASSIO_VERSION_URL = "https://version.home-assistant.io/"
ifeq ($(BR2_PACKAGE_HASSIO_CHANNEL_STABLE),y)
HASSIO_VERSION_CHANNEL = "stable"
else ifeq ($(BR2_PACKAGE_HASSIO_CHANNEL_BETA),y)
Expand Down

0 comments on commit 0c1d87b

Please sign in to comment.