[bluetooth_proxy] Document LibreTiny BLE hub support (bk72xx / ln882h)#6854
[bluetooth_proxy] Document LibreTiny BLE hub support (bk72xx / ln882h)#6854Bl00d-B0b wants to merge 2 commits into
Conversation
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
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 👍 |
|
Caution Review failedAn error occurred during the review process. Please try again later. ✨ 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 |
There was a problem hiding this comment.
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.
0d589ff to
153ee20
Compare
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
153ee20 to
59595e3
Compare
There was a problem hiding this comment.
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.
59595e3 to
188b564
Compare
There was a problem hiding this comment.
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.
188b564 to
167a6ce
Compare
There was a problem hiding this comment.
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.
167a6ce to
1bb1370
Compare
There was a problem hiding this comment.
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.
1bb1370 to
32f9c06
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/content/docs/components/bluetooth_proxy.mdx`:
- Line 185: The wording in the Bluetooth proxy documentation needs the compound
adjective hyphenated; update the sentence containing “Wi-Fi based proxy” to use
“Wi-Fi-based proxy” so the phrasing is grammatically correct. Make this change
in the Bluetooth proxy docs content where that sentence appears.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 5f063c3c-063a-4aca-a960-e3fb84d7cff3
📒 Files selected for processing (1)
src/content/docs/components/bluetooth_proxy.mdx
There was a problem hiding this comment.
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.
Base branch has been corrected - dismissing previous review.
e92f8e5 to
87b6ab8
Compare
…8 / LN882H) The bluetooth_proxy component is now hub-agnostic: add a Supported platforms section noting it works on LibreTiny BLE hubs as an advertisement proxy (active GATT connections remain ESP32-only), attaching to bk72xx_ble_tracker / ln882h_ble_tracker.
|
@coderabbitai resolve |
✅ Action performedComments resolved. Approval is disabled; enable |
Description
Documents the new LibreTiny hub support in
bluetooth_proxy(esphome/esphome#17154).Adds a Supported platforms section to the Bluetooth Proxy page: the component is now hub-agnostic and works on LibreTiny BLE hubs as an advertisement proxy (active GATT connections remain ESP32-only), attaching to:
bk72xx_ble_trackerln882h_ble_trackerAlso clarifies that the
active/cache_services/connection_slotsoptions are ESP32-only.Related code PR
Checklist
nextbecause this is new documentation (LibreTiny hub support) that has a matching pull-request in esphome as linked above.