Can't exclude Lutron Caseta Events from Recorder

Please let me know if this isn’t the right category.

I am trying to exclude Lutron Caseta Events from the logbook and database but I can’t seem to make it happen. I can see the events in the Dev Tools Event Listener and the type is “lutron_caseta_button_event”. I have tried to exclude it from the event type from the recorder but the events still log in the logbook.

Any suggestions?

Config below.

homeassistant:
  customize:
    zone.home:
      radius: 300

default_config:

hassio:

automation: !include automations.yaml  

recorder:
  db_url: redacted
  exclude:
    entities:
      - number.garage_door_client_id
      - number.garage_door_closing_duration
      - sensor.mail_updated
      - sensor.turd_tumbler_2_last_seen
      - sensor.turd_tumbler_last_seen
    entity_globs:
      - binary_sensor.garage*
      - sensor.*_activity
    domains:
      - light
      - cover
      - fan
      - button
    event_types:
      - lutron_caseta_button_event
      
tts:
  platform: google_translate