mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
extend clamp sensor description (#3189)
slight addition to clamp sensor filter to make it clear that values outside the range are not filtered away but rather reset
This commit is contained in:
parent
a039db82b8
commit
5065041bb7
@ -262,8 +262,7 @@ degree with a least squares solver.
|
|||||||
``clamp``
|
``clamp``
|
||||||
*********
|
*********
|
||||||
|
|
||||||
Limits the value to the range between ``min_value`` and ``max_value``. If ``min_value`` is not set, there is
|
Limits the value to the range between ``min_value`` and ``max_value``. Sensor values outside these bounds will be set to ``min_value`` or ``max_value``, respectively. If ``min_value`` is not set, there is no lower bound, if ``max_value`` is not set there is no upper bound.
|
||||||
no lower bound, if ``max_value`` is not set there is no upper bound.
|
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user