mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
fix(bootstrap): update default Home Assistant version to 2026.3.4
This commit is contained in:
parent
5cab2a37b0
commit
9123903b7f
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ uv pip install --requirement requirements.txt
|
|||
###############################################################################
|
||||
|
||||
# HA_VERSION can be overridden from the environment, e.g.:
|
||||
# HA_VERSION=2025.12.4 script/bootstrap
|
||||
HA_VERSION=${HA_VERSION:-"2025.12.4"}
|
||||
# HA_VERSION=2026.3.4 script/bootstrap
|
||||
HA_VERSION=${HA_VERSION:-"2026.3.4"}
|
||||
HA_CORE_BASE_URL="https://raw.githubusercontent.com/home-assistant/core/${HA_VERSION}"
|
||||
HA_TMP_DIR="$HOME/.ha_requirements"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue