mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-06-24 00:31:03 +02:00
bump ESPHome to 2026.5.3
This commit is contained in:
4
.github/workflows/build-firmware.yml
vendored
4
.github/workflows/build-firmware.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Build ESPHome Firmware
|
name: Build ESPHome Firmware
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEFAULT_ESPHOME_VERSION: "2026.4.0"
|
DEFAULT_ESPHOME_VERSION: "2026.5.3"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -12,7 +12,7 @@ on:
|
|||||||
esphome_version:
|
esphome_version:
|
||||||
description: "ESPHome version (e.g., 2026.4.0)"
|
description: "ESPHome version (e.g., 2026.4.0)"
|
||||||
required: true
|
required: true
|
||||||
default: "2026.4.0"
|
default: "2026.5.3"
|
||||||
build:
|
build:
|
||||||
description: "Build number (e.g., b1)"
|
description: "Build number (e.g., b1)"
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
4
.github/workflows/validate-firmware.yml
vendored
4
.github/workflows/validate-firmware.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Validate ESPHome Configs
|
name: Validate ESPHome Configs
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ESPHOME_VERSION: "2026.4.0"
|
ESPHOME_VERSION: "2026.5.3"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
echo "All package_import_url checks passed!"
|
echo "All package_import_url checks passed!"
|
||||||
|
|
||||||
validate-configs:
|
validate-configs:
|
||||||
name: Validate configs on ESPHome 2026.4.0
|
name: Validate configs on ESPHome 2026.5.3
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ include_files = [
|
|||||||
|
|
||||||
|
|
||||||
GITHUB_PAGES_URL = "https://boneio-eu.github.io/esphome"
|
GITHUB_PAGES_URL = "https://boneio-eu.github.io/esphome"
|
||||||
ESPHOME_VERSION = "2026.4.0"
|
ESPHOME_VERSION = "2026.5.3"
|
||||||
ESPHOME_DOCKER_IMAGE = f"ghcr.io/esphome/esphome:{ESPHOME_VERSION}"
|
ESPHOME_DOCKER_IMAGE = f"ghcr.io/esphome/esphome:{ESPHOME_VERSION}"
|
||||||
FIRMWARE_VERSION = ESPHOME_VERSION
|
FIRMWARE_VERSION = ESPHOME_VERSION
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user