Conversation
…1106) The shared firmware guide only covered building in ESPHome Device Builder. The managed update system has been the main path since it shipped, and the Firmware Update entity was not mentioned anywhere on it. Add that route first, since it needs no computer and no cable, and keep the Device Builder steps for people who build the YAML themselves. Explain the Firmware Channel select on the same page. Stable is the tested release and what a fresh flash uses, Beta gets changes earlier. The wording is scoped to devices that have the select, because only AIR-1 and CAST-1 document one so far. Add a section for the case where no update ever appears. The device fetches its manifest from apolloautomation.github.io over HTTPS, and a network that blocks outbound traffic from IoT devices makes that check fail quietly, leaving the entity reporting that the device is up to date. Also cover min_version validation failures, which is the other way a self-built update stalls. Two AIR-1 FAQ entries for 26.7.23.1: the API connection to Home Assistant is encrypted with nothing for the owner to do, and building the YAML yourself now needs ESPHome 2026.7.2. Fix three copy-paste examples on the CAST-1 TTS page. They still used media_player.apollo_cast_1_722124_apollo_cast_1_player, which stopped existing when the device name prefix was dropped from the media player entity names. Anyone pasting those examples got an automation pointing at an entity that is not there. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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.
Publishes #1106 to the live wiki.