]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Reviewed google assistant - manual sync not work:(
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 19 Apr 2020 14:49:13 +0000 (16:49 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 19 Apr 2020 14:49:13 +0000 (16:49 +0200)
.gitignore
components/google_assistant.yaml
components/google_assistant/alarms.yaml [new file with mode: 0644]
components/google_assistant/home_assistant.yaml
components/google_assistant/light.yaml
components/google_assistant/speech.yaml [new file with mode: 0644]

index 0eda71a02afde1dad26e6a98489224ca0a150617..e24a65dd4d5b00db55113803ecddd367eb88031b 100644 (file)
@@ -1,6 +1,7 @@
 # Home Assistant Components
 deps/
 .HA_VERSION
+home-assistant.log
 home-assistant_v2.db
 html5_push_registrations.conf
 .storage
@@ -12,10 +13,7 @@ tts/
 .mercedesme-token-cache
 bravia.conf
 secrets.yaml
-components/google_assistant/service_account.json
-
-# Log Files
-*.log
+credentials/
 
 # Disabled Files
 #*.disabled
index 7903a36ac08ddf445e710da7fb291644f095c2fd..07dc15f04f7230cb35073df697937222198abb99 100644 (file)
@@ -3,7 +3,8 @@
 ######################################################################
 
 project_id: !secret google_project
-service_account: !include google_assistant/service_account.json
+service_account: !include ../credentials/google.json
+#report_state: true
 expose_by_default: false
 exposed_domains:
   - climate
diff --git a/components/google_assistant/alarms.yaml b/components/google_assistant/alarms.yaml
new file mode 100644 (file)
index 0000000..ece283d
--- /dev/null
@@ -0,0 +1,8 @@
+######################################################################\r
+# Google Assistant: Alarms\r
+######################################################################\r
+\r
+script.stop_alarm:\r
+  name: Disattiva Allarmi\r
+  expose: true\r
+  room: Generale
\ No newline at end of file
index 7fdf46ec25fbd54103eec4c3fa55ea34dcbe2034..c1783c5587497cc0430933a20d721d10b0f530a5 100644 (file)
@@ -6,27 +6,15 @@ input_boolean.home_mode_away:
   name: Modalità Vacanza
   room: Generale
   expose: true
-script.speech_status:
-  name: Stato Casa
-  expose: true
-  room: Generale
-script.speech_consumption:
-  name: Consumo Casa
-  expose: true
-  room: Generale
 script.homeassistant_restart:
   name: Riavvia Homeassistant
   expose: true
   room: Generale
-script.homeassistant_google_home_sync:
-  name: Sincronizza Homeassistant
-  expose: true
-  room: Generale
-script.shelly_upgrade:
-  name: Aggiorna Shelly
-  expose: true
-  room: Generale
-script.stop_alarm:
-  name: Disattiva Allarmi
-  expose: true
-  room: Generale
+#script.homeassistant_google_home_sync:
+#  name: Sincronizza Homeassistant
+#  expose: true
+#  room: Generale
+#script.shelly_upgrade:
+#  name: Aggiorna Shelly
+#  expose: true
+#  room: Generale
index cc64abfddf8685b9873f62cfc619e2c0efbc18e6..2017a3e69178069c5abfe59edee603425bf65ec3 100644 (file)
@@ -28,4 +28,4 @@ light.luce_camera:
   room: Camera
 light.luce_balcone:
   expose: true
-  room: Balcone
\ No newline at end of file
+  room: Balcone
diff --git a/components/google_assistant/speech.yaml b/components/google_assistant/speech.yaml
new file mode 100644 (file)
index 0000000..199470d
--- /dev/null
@@ -0,0 +1,12 @@
+######################################################################\r
+# Google Assistant: Speech\r
+######################################################################\r
+\r
+script.speech_status:\r
+  name: Stato Casa\r
+  expose: true\r
+  room: Generale\r
+script.speech_consumption:\r
+  name: Consumo Casa\r
+  expose: true\r
+  room: Generale\r