checking https://www.home-assistant.io/integrations/recorder/#configure-filter after reconfiguring my in/exclude filters, I still see the entity I had hoped to have excluded..
I have this included:
entity_globs:
- sensor.calculated*
and want this to be excluded:
entities:
- sensor.calculated_bruto_minus_switches
Maybe I still see data not yet cleared from the DB (I did purge recorder and repack, the size did decrease notably). Not sure though, as I would have expected only 'live' data in the history panel, and yet I see this.
It's easy enough to list the included entities verbosely and leave out the one I dont want, but those globs are much easier of course..