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

Fix filter_out: nan filer (#486)

* Fix filter_out nan filter

Fixes https://github.com/esphome/issues/issues/138

* Add test
This commit is contained in:
Otto Winter
2019-03-18 15:07:20 +01:00
parent 948adfd28c
commit 4452473735
2 changed files with 4 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ sensor:
- 40.0 -> 45.0
- 100.0 -> 102.5
- filter_out: 42.0
- filter_out: nan
- sliding_window_moving_average:
window_size: 15
send_every: 15