From e50fb01da608945cc25f379f614e09590ca69ef1 Mon Sep 17 00:00:00 2001 From: Justin Bunton Date: Thu, 27 Aug 2026 23:33:18 -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 28de2f9..9d9913c 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -319,7 +319,7 @@ light: default_transition_length: 0s chipset: WS2812 num_leds: 1 - rgb_order: grb + channel_colors: GRB effects: - pulse: name: "Slow Pulse" From bb963dbd15f043aca6110ed27b3b94fe5f79eb56 Mon Sep 17 00:00:00 2001 From: Justin Bunton Date: Thu, 27 Aug 2026 23:36:25 -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 9d9913c..d183d46 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "26.3.2.1" + version: "26.8.27.1" esp32: variant: esp32c3 From 4949f909690b046c2158f0ecd331490f84c9976e Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Sun, 30 Aug 2026 11:37:58 -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/PLT-1.yaml | 2 +- Integrations/ESPHome/PLT-1B.yaml | 2 +- Integrations/ESPHome/PLT-1B_BLE.yaml | 2 +- Integrations/ESPHome/PLT-1B_Minimal.yaml | 2 +- Integrations/ESPHome/PLT-1_BLE.yaml | 2 +- Integrations/ESPHome/PLT-1_Minimal.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Integrations/ESPHome/PLT-1.yaml b/Integrations/ESPHome/PLT-1.yaml index e70146c..502652a 100644 --- a/Integrations/ESPHome/PLT-1.yaml +++ b/Integrations/ESPHome/PLT-1.yaml @@ -7,7 +7,7 @@ esphome: name: "ApolloAutomation.PLT-1" version: "${version}" - min_version: 2025.6.0 + min_version: 2026.8.0 on_boot: - priority: 800.0 then: diff --git a/Integrations/ESPHome/PLT-1B.yaml b/Integrations/ESPHome/PLT-1B.yaml index f6698dc..87a74df 100644 --- a/Integrations/ESPHome/PLT-1B.yaml +++ b/Integrations/ESPHome/PLT-1B.yaml @@ -7,7 +7,7 @@ esphome: name: "ApolloAutomation.PLT-1B" version: "${version}" - min_version: 2025.6.0 + min_version: 2026.8.0 on_boot: - priority: 999.0 then: diff --git a/Integrations/ESPHome/PLT-1B_BLE.yaml b/Integrations/ESPHome/PLT-1B_BLE.yaml index 7c4524a..ab27892 100644 --- a/Integrations/ESPHome/PLT-1B_BLE.yaml +++ b/Integrations/ESPHome/PLT-1B_BLE.yaml @@ -7,7 +7,7 @@ esphome: name: "ApolloAutomation.PLT-1BBLE" version: "${version}" - min_version: 2025.6.0 + min_version: 2026.8.0 on_boot: priority: 500 then: diff --git a/Integrations/ESPHome/PLT-1B_Minimal.yaml b/Integrations/ESPHome/PLT-1B_Minimal.yaml index bad38b3..88d43a2 100644 --- a/Integrations/ESPHome/PLT-1B_Minimal.yaml +++ b/Integrations/ESPHome/PLT-1B_Minimal.yaml @@ -7,7 +7,7 @@ esphome: name: "ApolloAutomation.PLT-1B_Minimal" version: "${version}" - min_version: 2025.6.0 + min_version: 2026.8.0 on_boot: - priority: 999.0 then: diff --git a/Integrations/ESPHome/PLT-1_BLE.yaml b/Integrations/ESPHome/PLT-1_BLE.yaml index 62c32fb..5fe1fc9 100644 --- a/Integrations/ESPHome/PLT-1_BLE.yaml +++ b/Integrations/ESPHome/PLT-1_BLE.yaml @@ -7,7 +7,7 @@ esphome: name: "ApolloAutomation.PLT-1BLE" version: "${version}" - min_version: 2025.6.0 + min_version: 2026.8.0 on_boot: priority: 500 then: diff --git a/Integrations/ESPHome/PLT-1_Minimal.yaml b/Integrations/ESPHome/PLT-1_Minimal.yaml index 9c7d70a..b63326a 100644 --- a/Integrations/ESPHome/PLT-1_Minimal.yaml +++ b/Integrations/ESPHome/PLT-1_Minimal.yaml @@ -7,7 +7,7 @@ esphome: name: "ApolloAutomation.PLT-1_Minimal" version: "${version}" - min_version: 2025.6.0 + min_version: 2026.8.0 on_boot: - priority: 800.0 then: