Skip to content

Commit

Permalink
Improve threshold integration documentation example comment (home-ass…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsarry authored Dec 9, 2024
1 parent 1da63c7 commit 1fc636d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/_integrations/threshold.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fc636d

Please sign in to comment.