From: Giorgio Ravera Date: Thu, 21 May 2020 07:35:04 +0000 (+0200) Subject: Fixed google for new ha release 110.0 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=0ff6d81fecba8d3e88889ab33beef9a808dccbfa;p=homeassistant.git Fixed google for new ha release 110.0 --- 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