homeassistant <-> google assistant
This commit is contained in:
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user