mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-10 20:26:49 +00:00
Clarify how the integration sensor works (home-assistant/home-assistant#24398) (#9593)
This commit is contained in:
parent
80a6813bc3
commit
8266f4ea5c
@ -18,7 +18,7 @@ redirect_from:
|
|||||||
- /components/sensor.integration/
|
- /components/sensor.integration/
|
||||||
---
|
---
|
||||||
|
|
||||||
The `integration` platform provides the [Riemann sum](https://en.wikipedia.org/wiki/Riemann_sum) of the values provided by a source sensor. The Riemann sum is an approximation of an **integral** by a finite sum. In this implementation, the default is the Trapezoidal method, but Left and Right methods can optionally be used.
|
The `integration` platform provides the [Riemann sum](https://en.wikipedia.org/wiki/Riemann_sum) of the values provided by a source sensor. The Riemann sum is an approximation of an **integral** by a finite sum. The integration sensors is updated upon changes of the the **source**. Fast sampling source sensors provide better results. In this implementation, the default is the Trapezoidal method, but Left and Right methods can optionally be used.
|
||||||
|
|
||||||
## {% linkable_title Configuration %}
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user