homeassistant <-> google assistant

This commit is contained in:
Henrik Bakken
2024-03-28 23:26:28 +01:00
parent 174c2c3335
commit 1db9c897c0
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
[]
+9
View File
@@ -6,6 +6,10 @@ default_config:
frontend:
themes: !include_dir_merge_named themes
http:
use_x_forwarded_for: true
trusted_proxies: 10.2.0.0/16
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
@@ -24,3 +28,8 @@ sensor:
# The template price is in EUR, DKK, NOK or SEK (not in cents).
# For example: "{{ current_price * 0.19 + 0.023 | float}}"
additional_costs: "{{0.0|float}}"
google_assistant:
project_id: homeassistant-mothership-1123
service_account: !include SERVICE_ACCOUNT.JSON
report_state: true