mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-01-09 15:00:39 -07:00
Fixed docs for adxl345
This commit is contained in:
@@ -218,7 +218,7 @@ sensor:
|
||||
return rate;
|
||||
filters:
|
||||
- sliding_window_moving_average:
|
||||
window_size: 10 # average 10 x 0.5 seconds = 5 seconds worth of speed
|
||||
window_size: 5 # average 5 x 0.5 seconds = 2.5 seconds worth of speed
|
||||
send_every: 1 # send average speed every 1/2 second
|
||||
on_value:
|
||||
then:
|
||||
|
||||
Reference in New Issue
Block a user