mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
sensor index: add missing commas (#2639)
This commit is contained in:
parent
a1bdcb78c7
commit
3d6bfec6dd
@ -433,7 +433,7 @@ An average over the ``specified time period``, potentially throttling incoming v
|
||||
|
||||
For example a ``throttle_average: 60s`` will push out a value every 60 seconds, in case at least one sensor value is received within these 60 seconds.
|
||||
|
||||
In comparison to the ``throttle`` filter it won't discard any values. In comparison to the ``sliding_window_moving_average`` filter it supports variable sensor reporting rates without influencing the filter reporting interval (except for the first edge case).
|
||||
In comparison to the ``throttle`` filter, it won't discard any values. In comparison to the ``sliding_window_moving_average`` filter, it supports variable sensor reporting rates without influencing the filter reporting interval (except for the first edge case).
|
||||
|
||||
``heartbeat``
|
||||
*************
|
||||
|
Loading…
Reference in New Issue
Block a user