Hmm
This commit is contained in:
+9
-1
@@ -28,6 +28,8 @@ homeassistant:
|
|||||||
|
|
||||||
## to avoid warning
|
## to avoid warning
|
||||||
#http:
|
#http:
|
||||||
|
# ssl_certificate: /ssl/fullchain.pem
|
||||||
|
# ssl_key: /ssl/privkey.pem
|
||||||
# base_url: !secret http_base_url
|
# base_url: !secret http_base_url
|
||||||
|
|
||||||
## ########################################
|
## ########################################
|
||||||
@@ -49,7 +51,8 @@ input_boolean:
|
|||||||
## ########################################
|
## ########################################
|
||||||
## DuckDNS
|
## DuckDNS
|
||||||
## ########################################
|
## ########################################
|
||||||
|
# https://www.home-assistant.io/blog/2017/09/27/effortless-encryption-with-lets-encrypt-and-duckdns/
|
||||||
|
#
|
||||||
# read this:
|
# read this:
|
||||||
# https://community.home-assistant.io/t/updating-duckdns-domain-failed/135623
|
# https://community.home-assistant.io/t/updating-duckdns-domain-failed/135623
|
||||||
duckdns:
|
duckdns:
|
||||||
@@ -143,6 +146,11 @@ google:
|
|||||||
client_secret: !secret google_secret
|
client_secret: !secret google_secret
|
||||||
track_new_calendar: false
|
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/
|
group: !include_dir_merge_named include/groups/
|
||||||
sensor: !include_dir_merge_list include/sensors/
|
sensor: !include_dir_merge_list include/sensors/
|
||||||
|
|||||||
Reference in New Issue
Block a user