Error in system log referring to google assistant (HA Cloud)

Hi.

I ran the automatic setup of Google Assistant through Home Assistant Cloud, and everything seems to function fine.

But, I see the following error in the system log ;

ERROR (MainThread) [hassio.addons.addon] Add-on core_google_assistant have wrong options: Missing required option ‘project_id’. Got {‘client_secrets’: ‘google_assistant.json’, ‘project_id’: None, ‘model_id’: None}

I have the following in cloud.yaml, could this be causing the issue?

google_actions:
  filter:
    include_entities:
      - light.xx
      - light.xx
      - light.xx
      - light.xx
    include_domains:
      - switch
    exclude_entities:
      - switch.xx
  entity_config:
    light.xx
      name: xx
      aliases:
       - xx
      room: Living room

I don’t know if it’s related, but config check and reboot is extremely slow. Config check can take 14 minutes.