From 8969200324b0512fe0eae65cb2b267e41895024c Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 15 Dec 2018 10:11:46 +0000 Subject: [PATCH] Clarification on base_url format (#7839) Needs `https://` if you're using HTTPS ;) --- source/_components/http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/http.markdown b/source/_components/http.markdown index c80fbf4c31c..a10425e3cfe 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -41,7 +41,7 @@ server_port: type: integer default: 8123 base_url: - description: "The URL that Home Assistant is available on the internet. For example: `hass-example.duckdns.org:8123`. The iOS app finds local installations, if you have an outside URL use this so that you can auto-fill when discovered in the app." + description: "The URL that Home Assistant is available on the internet. For example: `https://hass-example.duckdns.org:8123`. The iOS app finds local installations, if you have an outside URL use this so that you can auto-fill when discovered in the app." required: false type: string default: Your local IP address