Skip to content

Require ESPHome 2026.8.0 for channel_colors - #25

Merged
bharvey88 merged 1 commit into
betafrom
fix/min-version-channel-colors
Aug 31, 2026
Merged

Require ESPHome 2026.8.0 for channel_colors#25
bharvey88 merged 1 commit into
betafrom
fix/min-version-channel-colors

Conversation

@bharvey88

Copy link
Copy Markdown
Contributor

Version: 26.8.27.1

What does this implement/fix?

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. ESPHome checks min_version in the
preload phase, before component schemas load, so the bump surfaces the right
message.

No firmware change: min_version is 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

  • Bugfix (fixed change that fixes an issue)
  • New feature (thanks!)
  • Breaking change (repair/feature that breaks existing functionality)
  • Dependency Update - Does not publish
  • Other - Does not publish
  • Website of github readme file update - Does not publish
  • Github workflows - Does not publish

Checklist / Checklijst:

  • The code change has been tested and works locally
  • The code change has not yet been tested

If user-visible functionality or configuration variables are added/modified:

  • Added/updated documentation for the web page

🤖 Generated with Claude Code

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

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 762ac910-7ee0-4ebf-aaaa-bfcc7e475d9e


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the bugfix Something isn't working label Aug 30, 2026
@bharvey88
bharvey88 merged commit 2aa5702 into beta Aug 31, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant