mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-01 03:51:36 +01:00
Add round sensor filter (#3266)
This commit is contained in:
parent
aebbc732c0
commit
a5c1b8e417
@ -269,6 +269,18 @@ Configuration variables:
|
||||
- **min_value** (*Optional*, float): The lower bound of the range.
|
||||
- **max_value** (*Optional*, float): The upper bound of the range.
|
||||
|
||||
``round``
|
||||
*********
|
||||
|
||||
Rounds the value to the given decimal places.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
- platform: ...
|
||||
filters:
|
||||
- round: 1 # will round to 1 decimal place
|
||||
|
||||
|
||||
``quantile``
|
||||
************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user