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 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

View File

@@ -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

View File

@@ -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