From ba032a1c94809a1546087ed0c227c55c34f59b04 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski <75446+jpawlowski@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:09:28 +0000 Subject: [PATCH] chore(bootstrap): update Home Assistant version to 2025.12.4 --- scripts/setup/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup/bootstrap b/scripts/setup/bootstrap index b8ad5c0..7c78c06 100755 --- a/scripts/setup/bootstrap +++ b/scripts/setup/bootstrap @@ -53,8 +53,8 @@ uv pip install --requirement requirements.txt ############################################################################### # HA_VERSION can be overridden from the environment, e.g.: -# HA_VERSION=2025.11.3 script/bootstrap -HA_VERSION=${HA_VERSION:-"2025.11.3"} +# HA_VERSION=2025.12.4 script/bootstrap +HA_VERSION=${HA_VERSION:-"2025.12.4"} HA_CORE_BASE_URL="https://raw.githubusercontent.com/home-assistant/core/${HA_VERSION}" HA_TMP_DIR="$HOME/.ha_requirements"