Fixed grammatical error (#2080)

This commit is contained in:
Cal Howard 2022-05-15 07:54:47 -04:00 committed by GitHub
parent a4498e36b2
commit ab9b57e6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ The ``analog_threshold`` binary sensor platform allows you to convert analog val
(i.e. :doc:`sensor </components/sensor/index>` 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.