bump ESPHome to 2026.5.3

This commit is contained in:
pszafer
2026-06-15 10:47:28 +02:00
parent a7b9614131
commit f9af2a9978
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
name: Build ESPHome Firmware
env:
DEFAULT_ESPHOME_VERSION: "2026.4.0"
DEFAULT_ESPHOME_VERSION: "2026.5.3"
on:
push:
@@ -12,7 +12,7 @@ on:
esphome_version:
description: "ESPHome version (e.g., 2026.4.0)"
required: true
default: "2026.4.0"
default: "2026.5.3"
build:
description: "Build number (e.g., b1)"
required: true

View File

@@ -1,7 +1,7 @@
name: Validate ESPHome Configs
env:
ESPHOME_VERSION: "2026.4.0"
ESPHOME_VERSION: "2026.5.3"
on:
push:
@@ -56,7 +56,7 @@ jobs:
echo "All package_import_url checks passed!"
validate-configs:
name: Validate configs on ESPHome 2026.4.0
name: Validate configs on ESPHome 2026.5.3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@@ -40,7 +40,7 @@ include_files = [
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}"
FIRMWARE_VERSION = ESPHOME_VERSION