From 0ff6d81fecba8d3e88889ab33beef9a808dccbfa Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 21 May 2020 09:35:04 +0200 Subject: [PATCH] Fixed google for new ha release 110.0 --- configuration.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index ffb3bc67..4385e33b 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -10,6 +10,9 @@ homeassistant: unit_system: metric # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones time_zone: Europe/Rome + # URL + internal_url: !secret base_url + external_url: !secret base_url # Customization folder customize: !include_dir_merge_named customizations/ # Packages: @@ -31,7 +34,6 @@ lovelace: !include lovelace.yaml # Uncomment this if you are using SSL/TLS, running in Docker container, etc. http: - base_url: !secret base_url # ssl_certificate: /config/certs/fullchain.pem # ssl_key: /config/certs/privkey.pem use_x_forwarded_for: true -- 2.47.3