]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Change from API_KEY to Service in google assistant
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 17 Jan 2020 16:33:58 +0000 (17:33 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Fri, 17 Jan 2020 16:33:58 +0000 (17:33 +0100)
.gitignore
components/google_assistant.yaml

index 148e4c03fa27b7adea8799eee9bf672e173c6563..0eda71a02afde1dad26e6a98489224ca0a150617 100644 (file)
@@ -1,16 +1,19 @@
 # Home Assistant Components
 deps/
-.google_maps_location_sharing.cookies.*
 .HA_VERSION
-bravia.conf
 home-assistant_v2.db
 html5_push_registrations.conf
-.mercedesme-token-cache
-secrets.yaml
 .storage
 tts/
 .uuid
 
+# Credentials Files
+.google_maps_location_sharing.cookies.*
+.mercedesme-token-cache
+bravia.conf
+secrets.yaml
+components/google_assistant/service_account.json
+
 # Log Files
 *.log
 
index 23c7c675f5c4d0631917c481de600d71de0dd946..7903a36ac08ddf445e710da7fb291644f095c2fd 100644 (file)
@@ -3,7 +3,7 @@
 ######################################################################
 
 project_id: !secret google_project
-api_key: !secret google_api_key
+service_account: !include google_assistant/service_account.json
 expose_by_default: false
 exposed_domains:
   - climate