1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

quantile filter support (#2900)

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
Co-authored-by: pvranik <petr.vranik@mgm-tp.com>
This commit is contained in:
Petr Vraník
2021-12-14 19:43:42 +01:00
committed by GitHub
parent a7b05db2a1
commit 5d70ff702b
5 changed files with 101 additions and 2 deletions

View File

@@ -358,6 +358,11 @@ sensor:
- filter_out: NAN
- sliding_window_moving_average:
- exponential_moving_average:
- quantile:
window_size: 5
send_every: 5
send_first_at: 3
quantile: .8
- lambda: 'return 0;'
- delta: 100
- throttle: 100ms