Recorder include and exclude on area-based label

Instead of listing all entities or renaming the entities in order to be able to use a wildcard, I’d like to use something like this:

recorder:
  include:  # or exclude
    labels:
      - Keep History

# and the same for the influxdb integration

influxdb:
  [...]
  include:  # or exclude
    labels:
      - Keep History

btw, this may be a duplicate: Allow for use of labels in recorder

1 Like