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