From e7d8e75dd841a196394e842962f30fdbb8ca0310 Mon Sep 17 00:00:00 2001 From: "Francisco J. Solis" Date: Tue, 4 Oct 2022 23:27:02 -0500 Subject: [PATCH] docs: update the quantile link The quantile link has been updated to a more descriptive one, which gives a better idea of the quantile function. Refs: https://github.com/esphome/issues/issues/3622 --- components/sensor/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/index.rst b/components/sensor/index.rst index ea1714255..515b09762 100644 --- a/components/sensor/index.rst +++ b/components/sensor/index.rst @@ -392,7 +392,7 @@ Configuration variables: ****************************** A simple `exponential moving average -`__ over the last few +`__ over the last few values. It can be used to have a short update interval on the sensor but only push out an average on a specific interval (thus increasing resolution).