Minor clarity edit (#13084)

The use of `www`/`local` has caused a bit of confusion lately, trying to make it a little clearer
This commit is contained in:
Dubh Ad 2020-04-19 21:46:12 +01:00 committed by GitHub
parent 519324c6e3
commit 4cd0ac6bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ If you want to use Home Assistant to host or serve static files then create a di
<div class='note warning'>
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.
</div>