Skip to content

How to convert/change from LAMBDA to FILTERS? #234

Answered by dbuezas
Photelegy asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@dbuezas
Comment options

@dbuezas
Comment options

@dbuezas
Comment options

@Photelegy
Comment options

@dbuezas
Comment options

Answer selected by dbuezas
Comment options

You must be logged in to vote
1 reply
@dbuezas
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants