[ln882h_ble_tracker] Add component documentation#6703
Conversation
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 👍 |
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughThis PR adds complete documentation for the ChangesLN882H BLE Tracker Documentation
🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 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 |
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.
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.
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.
b6a85f8 to
12b0bc1
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.
716250f to
a8738ae
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.
7537940 to
f030a9a
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.
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.
32e826e to
44413e1
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.
Base branch has been corrected - dismissing previous review.
Base branch has been corrected - dismissing previous review.
c3cee90 to
6c21c79
Compare
Base branch has been corrected - dismissing previous review.
6c21c79 to
3496fd8
Compare
Base branch has been corrected - dismissing previous review.
3496fd8 to
2e62ed5
Compare
Base branch has been corrected - dismissing previous review.
2e62ed5 to
90f4665
Compare
Base branch has been corrected - dismissing previous review.
90f4665 to
002c5db
Compare
Base branch has been corrected - dismissing previous review.
002c5db to
13176ec
Compare
Base branch has been corrected - dismissing previous review.
7565a4a to
1c88942
Compare
Adds documentation for the
ln882h_ble_trackercomponent introduced in esphome/esphome#16691, and updates related BLE platform pages to mention LN882H support.New files
src/content/docs/components/ln882h_ble_tracker.mdx— Full component documentation:configuration variables, all four automation triggers,
start_scan/stop_scanactions,Bluetooth Proxy support (
bluetooth_proxy: true), single-core WiFi/BLE coexistence guidance,and a BLE Scanner debugging section.
src/content/docs/components/sensor/bthome_mithermometer.mdx— New page for the BTHome v2 /ATC Mi Thermometer sensor platform. Covers both ESP32 and LN882H, with a note that AES-CCM
encryption (
bindkey) is not supported on LN882H.Updated files
src/content/docs/components/bluetooth_proxy.mdx— Added a note that on LN882H the proxyis built into
ln882h_ble_tracker(bluetooth_proxy: true) and supports passive advertisementforwarding only; updated See Also.
src/content/docs/components/binary_sensor/ble_presence.mdx— Added LN882H compatibilitynote and See Also link.
src/content/docs/components/sensor/ble_rssi.mdx— Same.src/content/docs/components/text_sensor/ble_scanner.mdx— Same, with a link to theLN882H debugging section.
Related: esphome/esphome#16691