From d6a8ecb30424e87b4273bdfcf7caff4805cc6ea8 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Sun, 30 Aug 2026 14:33:41 -0500 Subject: [PATCH] Require ESPHome 2026.8.0 for channel_colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit H-3 already uses `channel_colors` on the LED chain, but both device YAMLs still declared min_version: 2025.11.0. `channel_colors` only exists from ESPHome 2026.8.0 (esphome#18474), so an adopter on an older ESPHome hits "Unknown option channel_colors" inside Core.yaml instead of a clear version error. Brings H-3 in line with the rest of the fleet, which moved to 2026.8.0 alongside the channel_colors migration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- Integrations/ESPHome/H-3.yaml | 2 +- Integrations/ESPHome/H-3D.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Integrations/ESPHome/H-3.yaml b/Integrations/ESPHome/H-3.yaml index 7f02189..0bd2c19 100644 --- a/Integrations/ESPHome/H-3.yaml +++ b/Integrations/ESPHome/H-3.yaml @@ -18,7 +18,7 @@ esphome: version: "${version}" # Hard floor is 2024.6.0; tracks the fleet - min_version: 2025.11.0 + min_version: 2026.8.0 on_boot: - priority: 500 then: diff --git a/Integrations/ESPHome/H-3D.yaml b/Integrations/ESPHome/H-3D.yaml index a3f11d9..8b03ef7 100644 --- a/Integrations/ESPHome/H-3D.yaml +++ b/Integrations/ESPHome/H-3D.yaml @@ -11,7 +11,7 @@ esphome: version: "${version}" # Must match H-3.yaml. - min_version: 2025.11.0 + min_version: 2026.8.0 on_boot: # Prevent Sleep is ALWAYS_OFF; no timer wake