diff --git a/components/binary_sensor/analog_threshold.rst b/components/binary_sensor/analog_threshold.rst index 8dac5db1a..236eed00f 100644 --- a/components/binary_sensor/analog_threshold.rst +++ b/components/binary_sensor/analog_threshold.rst @@ -9,7 +9,7 @@ The ``analog_threshold`` binary sensor platform allows you to convert analog val (i.e. :doc:`sensor ` readings) into boolean values, using a threshold as a reference. When the signal is above or equal to the threshold the binary sensor is ``true`` -(this behavior can be changed adding and ``invert`` filter). +(this behavior can be changed by adding an ``invert`` filter). It provides an *hysteresis* option to reduce instability when the source signal is noisy using different limits depending on the current state.