-
Hi everyone,
I searched e.g. for "rounding", "flattening" (or similar) but couldn't find a filter. Thank you all so much! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
This is the one you need: sliding_window_moving_average You were almost there, searching the readme for "smoothing" would have gotten there. The filters are used like this: entities:
- entity: sensor.temperature
filters:
- sliding_window_moving_average
- here you can put more filters. They are applied in sequence Look in the readme for the extra options it has. |
Beta Was this translation helpful? Give feedback.
-
About the feature request. |
Beta Was this translation helpful? Give feedback.
This is the one you need: sliding_window_moving_average
You were almost there, searching the readme for "smoothing" would have gotten there.
The filters are used like this:
Look in the readme for the extra options it has.