So ive got a pulse counter i want to debounce to avoid two simultaneous values being returned - so ive set
- debounce: 0.01s
However, the total: of this sensor still seems to include the total including those that have not been returned to HA because they excluded by the debounce filter. I’ve tried putting the debounce filter on the total sensor, but that hasn’t worked - because its not a problem with the way that value is returned, its the way it’s calculated.
So is there any way of getting these unwanted values not only not returned, but also excluded from the total?