From 4cd0ac6bb546a04db7eb30b0ed2f8c7555af6e66 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Sun, 19 Apr 2020 21:46:12 +0100 Subject: [PATCH] Minor clarity edit (#13084) The use of `www`/`local` has caused a bit of confusion lately, trying to make it a little clearer --- source/_integrations/http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index fae6ab3e9e5..bc04a3b0cea 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -164,7 +164,7 @@ If you want to use Home Assistant to host or serve static files then create a di
- Files served from the `www`/`local` folder, aren't protected by the Home Assistant authentication. Files stored in this folder, if the URL is known, can be accessed by anybody without authentication. + Files served from the `www` folder (`/local/` url), aren't protected by the Home Assistant authentication. Files stored in this folder, if the URL is known, can be accessed by anybody without authentication.