mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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
|
name: temperature derivative
|
||||||
time_window: 00:05:00
|
time_window: 00:05:00
|
||||||
binary_sensor:
|
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
|
entity_id: sensor.temperature_derivative
|
||||||
upper: 0
|
upper: 0
|
||||||
hysteresis: 0.1 # sensor
|
hysteresis: 0.1 # sensor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user