From 580ee24a475dfeeb4b62e63e782e6d515f4d8ef2 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Sun, 17 Feb 2019 23:27:02 +0000 Subject: [PATCH] Clarify that http.base_url doesn't support paths Explains that paths aren't supported in base_url so someone attempting to set settings doesn't expect something that isn't currently possible. Related: https://github.com/home-assistant/home-assistant/issues/21113 --- 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 1e280f8c2be0..2b452b4cb0ce 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: `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." + 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. Note that setting may contain protocol, hostname and port; using a path is not currently supported." required: false type: string default: Your local IP address