Sensor statistic - throttle filter not working

Hi,

Have someone got throttle filter to work?

I have configured following below but don’t get it work.

- platform: filter
  name: "test filter"
  entity_id: sensor.my_mhz19_co2
  filters:
    - filter: throttle
      window_size: 2

Invalid config for [sensor.filter]: not a valid value for dictionary value @ data[‘filters’][0][‘filter’]. Got ‘throttle’. (See ?, line ?). Please check the docs at https://home-assistant.io/components/sensor.filter/

I just tried it and I get the same failure.

A quick scan through the code suggests that there is a bit missing - which I now see is included in the rc branch fixed 5 days ago.

So I think you need to wait for the next release, or take a real risk and get the release candidate of HA.