mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Improve threshold integration documentation example comment (#36147)
This commit is contained in:
parent
1da63c7842
commit
1fc636d709
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user