Closed durandm70 closed 1 month ago
Name | Link |
---|---|
Latest commit | 2fbcc058d2baa0b05f03e544165a9daee9112a50 |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/6723b1e92590f70008464305 |
Deploy Preview | https://deploy-preview-4405--esphome.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
[!CAUTION]
Review failed
The pull request is closed.
The documentation for the LD2410 sensor has been updated to enhance clarity and detail regarding configuration options and functionalities. New configuration variables have been introduced across various sections, including out_pin_presence_status
for binary sensors and ld2410_id
for component identification. Additional variables related to detection distance, energy metrics, and commands for factory reset and device restart have been added. The changes also include updates to entity naming conventions for Home Assistant, improving overall usability and comprehensiveness.
File | Change Summary |
---|---|
components/sensor/ld2410.rst | - Added configuration variables: out_pin_presence_status , ld2410_id , detection_distance , timeout , light_threshold , max_move_distance_gate , max_still_distance_gate , factory_reset , restart , query_params , version , mac_address , distance_resolution , baud_rate , light_function , and out_pin_level . - Updated sections for binary sensor, switch, number, button, text sensor, and select with new variables and clarifications. - Adjusted Home Assistant card configuration for entity name consistency. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Correcting the name of the binary sensor binary_sensor.DEVICE_gpio_out_pin_presence_status
Description:
Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable): esphome/esphome#
Checklist:
[ ] I am merging into
next
because this is new documentation that has a matching pull-request in esphome as linked above.or
[X] I am merging into
current
because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.[ ] Link added in
/index.rst
when creating new documents for new components or cookbook.