From ab9b57e6c3f9435b6d73f40a832b32192d1aaa2b Mon Sep 17 00:00:00 2001 From: Cal Howard Date: Sun, 15 May 2022 07:54:47 -0400 Subject: [PATCH] Fixed grammatical error (#2080) --- components/binary_sensor/analog_threshold.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.