Adapt to new version
This commit is contained in:
+21
-17
@@ -21,16 +21,20 @@ homeassistant:
|
||||
elevation: !secret homeassistant_elevation
|
||||
unit_system: metric
|
||||
time_zone: Europe/Copenhagen
|
||||
media_dirs:
|
||||
music: /music
|
||||
video: /video
|
||||
photo: /photo
|
||||
# media_dirs:
|
||||
# music: /music
|
||||
# video: /video
|
||||
# photo: /photo
|
||||
|
||||
## to avoid warning
|
||||
#http:
|
||||
# ssl_certificate: /ssl/cert.pem
|
||||
# ssl_key: /ssl/privkey.pem
|
||||
# base_url: !secret http_base_url
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- 127.0.0.1
|
||||
|
||||
## ########################################
|
||||
## Zones
|
||||
@@ -66,9 +70,9 @@ duckdns:
|
||||
## ########################################
|
||||
|
||||
# Example configuration.yaml entry
|
||||
spotify:
|
||||
client_id: !secret spotify_id
|
||||
client_secret: !secret spotify_secret
|
||||
#spotify:
|
||||
# client_id: !secret spotify_id
|
||||
# client_secret: !secret spotify_secret
|
||||
|
||||
## ########################################
|
||||
## Sonoff (HACS)
|
||||
@@ -126,27 +130,27 @@ weather:
|
||||
## Withings
|
||||
## ########################################
|
||||
|
||||
withings:
|
||||
client_id: !secret withings_clientid
|
||||
client_secret: !secret withings_secret
|
||||
#withings:
|
||||
# client_id: !secret withings_clientid
|
||||
# client_secret: !secret withings_secret
|
||||
|
||||
|
||||
## ########################################
|
||||
## Home Connect
|
||||
## ########################################
|
||||
|
||||
home_connect:
|
||||
client_id: !secret siemens_clientid
|
||||
client_secret: !secret siemens_secret
|
||||
#home_connect:
|
||||
# client_id: !secret siemens_clientid
|
||||
# client_secret: !secret siemens_secret
|
||||
|
||||
## ########################################
|
||||
## Google
|
||||
## ########################################
|
||||
|
||||
google:
|
||||
client_id: !secret google_client_id
|
||||
client_secret: !secret google_secret
|
||||
track_new_calendar: false
|
||||
#google:
|
||||
# client_id: !secret google_client_id
|
||||
# client_secret: !secret google_secret
|
||||
# track_new_calendar: false
|
||||
|
||||
google_assistant:
|
||||
project_id: esh-home-assistant-b5231
|
||||
|
||||
Reference in New Issue
Block a user