Cannot exclude Groups from Logbook

I’m trying to exclude group state changes from the logbook. I have the following in my configuration.yaml:

logbook:
  exclude:
    domains:
      - group
    entities:
      - automation.duckdns

The automation entity is successfully excluded but I still get every group state change in the logbook.

Ref: https://home-assistant.io/components/logbook/

Any ideas?

Shot in the dark here maybe try…

logbook:
  exclude:
    entities:
      - automation.duckdns
    domains:
      - group
1 Like

A good shout however that’s the way I had it before. I switched them around thinking the same as you :smile:

Cancel this. Everything is working!!

I’d added all of my downstairs lights as a template light called “Downstairs”, this is what was showing in the log not the actual “Downstairs” group :sob:

1 Like