-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add documentation for HMAC-MD5 OTA support #5766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
- Document hmac_md5 and hmac_md5_url options for OTA flash action - Document hmac_key configuration for update component - Add examples showing HMAC-MD5 usage - Include command-line examples for generating HMAC-MD5 hashes - Update manifest format documentation to show hmac_md5 field
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this is a feature matched with a PR in https://github.com/esphome/esphome, please target your PR to the next branch and rebase.
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Base branch has been corrected - dismissing previous review.
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Caution Review failedFailed to post review comments WalkthroughThis pull request updates ESPHome documentation for the 2025.12.0 release cycle. It adds comprehensive documentation for eight new components (HC8, HLW8032, STTS22H, ThermoPro BLE, HUB75 LED matrix, CC1101 RF transceiver, USB CDC-ACM, BM8563 RTC), introduces API action response capabilities, implements HMAC-MD5 OTA authentication support, expands ESP32 variant support (ESP32-C5, ESP32-C61), and enhances LVGL widget functionality. It also updates the release notes generation script and various component reference pages. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
Description:
Related issue (if applicable): fixes esphome/feature-requests#2833
Pull request in esphome with YAML changes (if applicable):
Checklist:
I am merging into
nextbecause this is new documentation that has a matching pull-request in esphome as linked above.or
I am merging into
currentbecause this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.Link added in
/components/_index.mdwhen creating new documents for new components or cookbook.