From 8266f4ea5c13d316b136dfa00fffaa69c66dba7a Mon Sep 17 00:00:00 2001 From: Emilv2 Date: Fri, 14 Jun 2019 16:00:52 +0800 Subject: [PATCH] Clarify how the integration sensor works (home-assistant/home-assistant#24398) (#9593) --- source/_components/integration.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/integration.markdown b/source/_components/integration.markdown index 990e7b1467e..892421583fa 100644 --- a/source/_components/integration.markdown +++ b/source/_components/integration.markdown @@ -18,7 +18,7 @@ redirect_from: - /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 %}