I can control lights with Google Assistant commands via Home Assistant just fine. But I’m not able to execute scripts. When I say “turn on very_nice_script” for example, it will just tell me google search results. This is my config for google_assistant:
google_assistant:
project_id: MY_PROJECT_ID
service_account: !include MY_SERVICE_ACCOUNT.json
report_state: true
expose_by_default: true
exposed_domains:
- switch
- light
- group
- scene
- script
- media_player
Any suggestions?