I am trying out the filter integration and have this yaml code in the config.yaml file:
sensor:
- platform: filter
name: “power filter1”
entity_id: sensor.plugem3_lifepo4_charger_power
filters:- filter: time_simple_moving_average
window_size: “00:05”
precision: 2
- filter: time_simple_moving_average
I can’t find the output. I looked in the helper list and it’s not there. It should be listed as “power filter1”. Where is the output? Is this “filter integration” working? Is there something wrong with my code?