Skip to content

[ld2450] Add timeout clarification #5030

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions components/sensor/ld2450.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@ Configuration variables:
- **presence_timeout** (**Required**, int): The duration, in seconds, for which the
:ref:`presence states<ld2450-binary-sensors>` will persist even after the detection is cleared. Default is ``5``
seconds. All options from :ref:`Number <config-number>`.

.. note::

The ``presence_timeout`` value applies *only* to the :ref:`presence binary sensor states<ld2450-binary-sensors>`.
It does **not** apply to any other sensor data, such as target count or target details.

- **zone_N** (*Optional*): Configuration for the zone (N = 1 to 3), defined as a rectangular area in front of and
relative to the sensor. A maximum of three zones can be configured: ``zone_1``, ``zone_2``, ``zone_3``. The zone
coordinates consist of ``x1``, ``y1`` (near-left) to ``x2``, ``y2`` (far-right) and are specified in
Expand Down