Google Assistant - Turn of everything - Automations

Hi All,

I got 41 devices synced up to google api for Assistant. Which i found out when i gave it the command (when going to sleep) turn of everything (in dutch). Resulting in almost exactly what i like to see. It turns of everything. Including my automations. Which is not quite what i was going for. I tried to exclude them from the api but without any success. Who can help me out ?

My current config:

google_assistant:
  project_id: PJDID0001
  api_key: *********************************
  exposed_domains:
   - switch
   - light
   - group
   - climate
   - cover
   - camera
   - scene
   - script
   - media_player
   - vacuum
  entity_config:
    automation.telegram:
      expose: false
  entity_config:
    automation.randomtest:
      expose: false
  entity_config:
    automation.photoframe_on:
      expose: false
  entity_config:
    automation.nobodyhome:
      expose: false
  entity_config:
    automation.ikwilwater:
      expose: false
  entity_config:
    automation.deur_licht:
      expose: false
  entity_config:
    automation.alloff:
      expose: false
  entity_config:
    automation.telegram:
      expose: false
  entity_config:
    automation.test:
      expose: false
  entity_config:
    automation.voordeur_notificatie:
      expose: false

Thanks!