Issue with adding Google Assistant integration

Hello! I am trying to add the Google Assistant integration to Home Assistant. I am following this tutorial. When I try to restart Home Assistant I am given the following error:

The system cannot restart because the configuration is not valid: Error loading /config/configuration.yaml: in “/config/configuration.yaml”, line 14, column 19: Unable to read file /config/google_assistant_integ.yaml.

Here is my configuration.yaml file:


# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

google_assistant: !include google_assistant_integ.yaml

Here is my g_assistant_integration.yaml file:

project_id: home-assistant-#####
service_account:
  private_key: "-----BEGIN PRIVATE KEY-----\n(private key)\n-----END PRIVATE KEY-----\n"
  client_email: "home-assistant@home-assistant-#####.iam.gserviceaccount.com"
report_state: true
exposed_domains:
  - switch
  - light
  - sensor
  - script

I am running Home Assistant on a Virtual Machine running on Virtual Box and I am using the file editor add-on.

Double check file names, one says google_assistant the other is g_assistant

Thank you for your help fuatakgun! I was able to restart home assistant and get the Google Assistant integration to work. Have a great day!

1 Like