From c1a737118966862e2541c3ea1e0ec95bc75c679f Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Tue, 15 Nov 2022 06:17:28 +0100 Subject: [PATCH] Adapt to new version --- .HA_VERSION | 2 +- configuration.yaml | 38 +++++++++++++++++------------- include/resources/ui-lovelace.yaml | 21 +++++++++++++++++ 3 files changed, 43 insertions(+), 18 deletions(-) create mode 100644 include/resources/ui-lovelace.yaml diff --git a/.HA_VERSION b/.HA_VERSION index 30ef1de..c6f173f 100755 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2022.4.4 \ No newline at end of file +2022.10.5 \ No newline at end of file diff --git a/configuration.yaml b/configuration.yaml index 9021385..08e6918 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 diff --git a/include/resources/ui-lovelace.yaml b/include/resources/ui-lovelace.yaml new file mode 100644 index 0000000..4447416 --- /dev/null +++ b/include/resources/ui-lovelace.yaml @@ -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 + +