1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Add throttle_average sensor filter (#2485)

This commit is contained in:
Sergio Mayoral Martínez
2021-10-13 00:35:30 +02:00
committed by GitHub
parent 4406a08fa7
commit 3dee057826
4 changed files with 56 additions and 0 deletions

View File

@@ -343,6 +343,7 @@ sensor:
- exponential_moving_average:
alpha: 0.1
send_every: 15
- throttle_average: 60s
- throttle: 1s
- heartbeat: 5s
- debounce: 0.1s