From 32022569ae9ab73147fac1be386cabf2b69b2ca8 Mon Sep 17 00:00:00 2001 From: mosburgerr <44499883+mosburgerr@users.noreply.github.com> Date: Wed, 15 Jun 2022 23:52:39 +1000 Subject: [PATCH] Update threshold.markdown (#23113) --- source/_integrations/threshold.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/threshold.markdown b/source/_integrations/threshold.markdown index 41a09d79f2c..b6f18c12efb 100644 --- a/source/_integrations/threshold.markdown +++ b/source/_integrations/threshold.markdown @@ -17,7 +17,7 @@ ha_platforms: ha_integration_type: helper --- -The threshold integration observes the state of another sensor. If the value is below or higher than the given threshold then state of the threshold sensor is changed. It support also a range both the upper and lower limits are given. +The threshold integration observes the state of another sensor. If the value is below or higher than the given threshold, then the state of the threshold sensor is changed. It also supports a range if both the upper and lower limits are given. If the sensor is configured with no hysteresis and the sensor value is equal to the threshold, the sensor is turned off since it is not upper or lower with respect to the threshold.