From 1fc636d709d58096afa39fe34c66169d4ebdb2bf Mon Sep 17 00:00:00 2001 From: Gitsarry <131813959+Gitsarry@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:40:28 +0100 Subject: [PATCH] Improve threshold integration documentation example comment (#36147) --- source/_integrations/threshold.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/threshold.markdown b/source/_integrations/threshold.markdown index 7eaa7364b1f5..3c4c2d0325c3 100644 --- a/source/_integrations/threshold.markdown +++ b/source/_integrations/threshold.markdown @@ -109,7 +109,9 @@ sensor: name: temperature derivative time_window: 00:05:00 binary_sensor: - - platform: threshold # will switch state not at 0°C/min but 0.1°C/min or -0.1°C/min depending on the current state of the sensor, respectively + - platform: threshold # will switch state not at 0°C/min but + # will switch on when value rises above 0.1°C/min + # will switch off when value sinks below -0.1°C/min entity_id: sensor.temperature_derivative upper: 0 hysteresis: 0.1 # sensor