Publish with esphome stable for core pcm5122#27
Conversation
The core pcm5122 component requires esphome 2026.6.0 and fails on 2026.5.3, so the publish build must use 2026.6.0. Revert the esphome-version pin (2026.5.3) back to stable, which is now 2026.6.0. This pairs with the pcm5122 migration: the prior sonocotta firmware needed the 2026.5.3 pin because it breaks on 2026.6.0; the core component is the fix. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
Caution Review failedPull request was closed or merged during review WalkthroughThe ChangesESPHome Version Pin Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Version: 26.6.17.1
What does this implement/fix?
Reverts the publish workflow's
esphome-versionpin (2026.5.3) back tostable(now 2026.6.0).Context: the
2026.5.3pin keeps the current sonocotta-based firmware building, because that external component breaks on esphome 2026.6 (cv.only_with_esp_idfwas removed). The corepcm5122migration requires 2026.6.0, so the publish must use stable again.Pairs with the pcm5122 migration PR — merge this one first. On its own this changes no YAML, so it doesn't trigger a firmware rebuild; it just sets the publish version so the migration publishes correctly.
Types of changes
Checklist / Checklijst:
If user-visible functionality or configuration variables are added/modified:
🤖 Generated with Claude Code
Summary by CodeRabbit