Hmm
This commit is contained in:
+9
-1
@@ -28,6 +28,8 @@ homeassistant:
|
||||
|
||||
## to avoid warning
|
||||
#http:
|
||||
# ssl_certificate: /ssl/fullchain.pem
|
||||
# ssl_key: /ssl/privkey.pem
|
||||
# base_url: !secret http_base_url
|
||||
|
||||
## ########################################
|
||||
@@ -49,7 +51,8 @@ input_boolean:
|
||||
## ########################################
|
||||
## DuckDNS
|
||||
## ########################################
|
||||
|
||||
# https://www.home-assistant.io/blog/2017/09/27/effortless-encryption-with-lets-encrypt-and-duckdns/
|
||||
#
|
||||
# read this:
|
||||
# https://community.home-assistant.io/t/updating-duckdns-domain-failed/135623
|
||||
duckdns:
|
||||
@@ -142,6 +145,11 @@ google:
|
||||
client_id: !secret google_client_id
|
||||
client_secret: !secret google_secret
|
||||
track_new_calendar: false
|
||||
|
||||
google_assistant:
|
||||
project_id: esh-home-assistant-b5231
|
||||
service_account: !include SERVICE_ACCOUNT.json
|
||||
report_state: true
|
||||
|
||||
|
||||
group: !include_dir_merge_named include/groups/
|
||||
|
||||
Reference in New Issue
Block a user