From e161cf7fc8fc486f29dbeca3cf3960edc2c28f67 Mon Sep 17 00:00:00 2001 From: Justin Bunton Date: Thu, 27 Aug 2026 23:33:25 -0400 Subject: [PATCH 1/3] Replace deprecated rgb_order with channel_colors ESPHome 2026.8.0 replaces rgb_order/is_rgbw/is_wrgb with a single channel_colors key on esp32_rmt_led_strip (esphome#18474). --- Integrations/ESPHome/Core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index aa2512b..a29c6c4 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -798,7 +798,7 @@ light: default_transition_length: 0s chipset: WS2812 num_leds: 4 - rgb_order: grb + channel_colors: GRB effects: - pulse: name: "Slow Pulse" From 61ded9b34aa793205bb4c9b17c06e3d8a052e19c Mon Sep 17 00:00:00 2001 From: Justin Bunton Date: Thu, 27 Aug 2026 23:36:28 -0400 Subject: [PATCH 2/3] Bump version to 26.8.27.1 --- Integrations/ESPHome/Core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index a29c6c4..d55a036 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "26.6.10.1" + version: "26.8.27.1" esp32: variant: esp32s3 From aa0cb1e143ca10a1fea964f0196d10c76fa3d08b Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Sun, 30 Aug 2026 11:39:35 -0500 Subject: [PATCH 3/3] Require ESPHome 2026.8.0 for channel_colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `channel_colors` only exists from ESPHome 2026.8.0 (esphome#18474), but these YAMLs still declared an older min_version. Devices adopted through the ESPHome dashboard track this repo at HEAD with no pinned ref, so on an older ESPHome the next recompile fails with "Unknown option channel_colors" pointing into a file the user never wrote, instead of a clear version error. ESPHome merges remote packages and checks min_version in the preload phase, before component schemas load, so the bump produces the right message. No firmware change: min_version is validation-only and emits no code, so the compiled binary is unaffected. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- Integrations/ESPHome/R_PRO-1_ETH.yaml | 2 +- Integrations/ESPHome/R_PRO-1_W.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Integrations/ESPHome/R_PRO-1_ETH.yaml b/Integrations/ESPHome/R_PRO-1_ETH.yaml index 16093da..92d125b 100644 --- a/Integrations/ESPHome/R_PRO-1_ETH.yaml +++ b/Integrations/ESPHome/R_PRO-1_ETH.yaml @@ -8,7 +8,7 @@ esphome: name: "ApolloAutomation.R-PRO-1-ETH" version: ${version} - min_version: 2025.11.0 + min_version: 2026.8.0 on_boot: - priority: -100 then: diff --git a/Integrations/ESPHome/R_PRO-1_W.yaml b/Integrations/ESPHome/R_PRO-1_W.yaml index fb6c89f..0275ed5 100644 --- a/Integrations/ESPHome/R_PRO-1_W.yaml +++ b/Integrations/ESPHome/R_PRO-1_W.yaml @@ -8,7 +8,7 @@ esphome: name: "ApolloAutomation.R-PRO-1-W" version: ${version} - min_version: 2025.11.0 + min_version: 2026.8.0 on_boot: - priority: 800