mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
chroe(dev): update Home Assistant version in bootstrap script to 2026.4.1
This commit is contained in:
parent
50dc874274
commit
e1da4cfa89
2 changed files with 3 additions and 3 deletions
|
|
@ -313,7 +313,7 @@ After successful refactoring:
|
||||||
- Platform modules: `__init__.py`, `sensor.py` (deprecated, now `sensor/`), `binary_sensor.py` (deprecated, now `binary_sensor/`), future platforms
|
- Platform modules: `__init__.py`, `sensor.py` (deprecated, now `sensor/`), `binary_sensor.py` (deprecated, now `binary_sensor/`), future platforms
|
||||||
- Core integration files: `const.py`, `manifest.json`, `services.yaml`, `diagnostics.py`, `data.py`
|
- Core integration files: `const.py`, `manifest.json`, `services.yaml`, `diagnostics.py`, `data.py`
|
||||||
- Translation directories: `translations/`, `custom_translations/`
|
- Translation directories: `translations/`, `custom_translations/`
|
||||||
- Brand images: `brand/` (icon.png, dark_icon.png, logo.png, dark_logo.png + `@2x` variants) — served via HA brands proxy API (HA ≥ 2026.3), silently ignored on older versions
|
- Brand images: `brand/` (icon.png, dark_icon.png, logo.png, dark_logo.png + `@2x` variants) — served via HA brands proxy API (HA ≥ 2026.4), silently ignored on older versions
|
||||||
|
|
||||||
**❌ PROHIBITED in root:**
|
**❌ PROHIBITED in root:**
|
||||||
- Utility modules (use `/utils/` package instead)
|
- Utility modules (use `/utils/` package instead)
|
||||||
|
|
|
||||||
|
|
@ -54,8 +54,8 @@ uv pip install --requirement requirements.txt
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# HA_VERSION can be overridden from the environment, e.g.:
|
# HA_VERSION can be overridden from the environment, e.g.:
|
||||||
# HA_VERSION=2026.3.4 script/bootstrap
|
# HA_VERSION=2026.4.1 script/bootstrap
|
||||||
HA_VERSION=${HA_VERSION:-"2026.3.4"}
|
HA_VERSION=${HA_VERSION:-"2026.4.1"}
|
||||||
HA_CORE_BASE_URL="https://raw.githubusercontent.com/home-assistant/core/${HA_VERSION}"
|
HA_CORE_BASE_URL="https://raw.githubusercontent.com/home-assistant/core/${HA_VERSION}"
|
||||||
HA_TMP_DIR="$HOME/.ha_requirements"
|
HA_TMP_DIR="$HOME/.ha_requirements"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue