diff --git a/components/sensor/index.rst b/components/sensor/index.rst index bda45e336..9fcec9061 100644 --- a/components/sensor/index.rst +++ b/components/sensor/index.rst @@ -272,7 +272,7 @@ Configuration variables: ``quantile`` ************ -A `simple moving quantile `__ +A `simple moving quantile `__ over the last few values. This can be used to filter outliers from the received sensor data. A large window size will make the filter slow to react to input changes. @@ -422,7 +422,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).