Google Assistant - HA Script Entities Missing

I have the following configuration. I cannot get any script to show up in Google Assistant. I’ve tried a manual sync, restarting HA, etc. I have a lot of other entities exposed not listed in the config snippit below, but are present in my actual config and work as expected. It’s only the script entities that done come through in Google Assistant.

google_assistant:
  project_id: home-assistant-#####
  service_account: !include SERVICE_ACCOUNT.json
  report_state: true
  expose_by_default: false
  secure_devices_pin: "######"
  entity_config:
      script.truck_departure_garage:
      name: Truck Departure
      expose: true
    script.tesla_departure_driveway:
      name: Tesla Departure
      expose: true

You do not see script entities there as any other device but they should be available as a scene.

Try activate truck departure

Or create a routine and start it with every sentence you want

Oh, do scripts not show up anywhere in the Google Home app?

You are asking because you know that they should be visible or you tried the suggestion, it didn’t work?

It did work, thank you. It just seems like a bit of a UI blackhole (on the google side) that the only way to verify the script is present is to activate it.

Hey folks - I’m trying to get this to work myself. I’ve exposed scripts in HA config, and in the Google Home app, while they don’t appear on my “Devices” tab, they DO appear in the “Linked services” page where it says that “7 devices” are linked (this corresponds to the 7 scripts in my HA config).

However, when I say "hey google, activate " she just responds with “Sorry, I don’t understand”

Is there some other step I’m missing?

You can try syncing devices by saying “Hey Google, sync devices” Mine works using the prefix "activate [script friendly name].

If you look at the OP, I expose my scripts manually via the config.yaml and i assign them friendly names that I want google to respond to.

You can see them if you create a routine
Create a routinge > Add action > Adjust Home Devices > Add scenes (which is all the way to the bottom)