1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Update the delta filter to take a percentage value as well as an absolute value (#4391)

This commit is contained in:
Trent Houliston
2023-03-16 09:20:18 +11:00
committed by GitHub
parent 1b8b8cdd11
commit 25fb288016
5 changed files with 29 additions and 10 deletions

View File

@@ -392,6 +392,7 @@ sensor:
- heartbeat: 5s
- debounce: 0.1s
- delta: 5.0
- delta: 1%
- or:
- throttle: 1s
- delta: 5.0