Problem to exclude sensor in recorder

I have two Awtrix displays that are spamming the logbook when the display gets updated every few seconds with new values.
I have a separate yaml file for the recorder and it is included configuration.yaml like this:

recorder: !include recorder.yaml

In the recorder I try to exclude the sensors like this:

  exclude:
    entity_globs:
      - sensor.awtrix_*

Also tried:

  exclude:
    entities:
      - sensor.awtrix_kitchen_current_app
      - sensor.awtrix_livingroom_current_app

After restarting HA the logbook still gets spammed by this sensor. Would appreciate som help :wink:

Just found out that when looking at the Awtrix display in devices the logbook constantly refreshed, but when I enter the real logbook nothing gets logged. So simple…