Require ESPHome 2026.8.0 for channel_colors - #25
Merged
Conversation
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)
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version: 26.8.27.1
What does this implement/fix?
H-3 already uses
channel_colorson the LED chain, but both device YAMLs stilldeclared
min_version: 2025.11.0.channel_colorsonly exists from ESPHome2026.8.0 (esphome#18474), so an
adopter on an older ESPHome hits
Unknown option channel_colorsinsideCore.yamlinstead of a clear version error. ESPHome checksmin_versionin thepreload phase, before component schemas load, so the bump surfaces the right
message.
No firmware change:
min_versionis validation-only and emits no code.Brings H-3 in line with the rest of the fleet, which moved to 2026.8.0 alongside
the channel_colors migration.
Types of changes
Checklist / Checklijst:
If user-visible functionality or configuration variables are added/modified:
🤖 Generated with Claude Code