Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 101645

Unable to link Home Assistant to Google Assistant

$
0
0

@chanrwm wrote:

Hi,

New to Home Assistant and am trying to get Google Assistant hooked up.

I followed the steps at:

I set my home assistant to be accessed externally w/ a self signed cert and set up several devices.
Created a new “Action” project on Google Assistant, with the “Fulfillment” URL and both API and service keys in my configuration.yaml.

When I try to link the account to Google Assistant, I can get to my HA server’s login screen, but when I click okay the account remained unlinked with no error messages from Google Home and nothing I can see from logs. I tried messing around with logging in with the normal auth and the legacy api password. Didn’t make a difference. I tried having the api_key and/or service_account. Made sure the project_id was correct. Tried with an entity_config and without. Any ideas on how I can figure out what is wrong?

homeassistant:
    unit_system: metric
    auth_providers:
    - type: homeassistant
    - type: legacy_api_password
      api_password: "password"

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

# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
  base_url: URL
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

# Text to speech
tts:
  - platform: google_translate

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

# For Monoprice Media Player
media_player:
  - platform: monoprice
    port: /dev/ttyUSB0
    zones:
      11:
        name: Bedroom
      12:
        name: Ensuite
      13:
        name: Living Room
      14:
        name: Kitchen
      15:
        name: Basement

    sources:
      1:
        name: Bluetooth
      5:
        name: Chromecast
        
# For Google Assistant
google_assistant:
  project_id: "project id"
  api_key: "key"
  report_state: true
  service_account: !include /config/key.json
  expose_by_default: true
  exposed_domains:
    - switch
    - group
    - light

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 101645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>