From dfdf7fe21f603cf4804662ba03ff1662432ed013 Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Fri, 13 Mar 2020 08:32:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Remove=20Hass.io=20references=20?= =?UTF-8?q?for=20http=20page=20(#12350)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 fb15340d193..fae6ab3e9e5 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -154,7 +154,7 @@ Please note, that sources from `trusted_networks` won't be banned automatically. ## Hosting files -If you want to use Home Assistant to host or serve static files then create a directory called `www` under the configuration path (`/config` on Hass.io, `.homeassistant` elsewhere). The static files in `www/` can be accessed by the following URL `http://your.domain:8123/local/`, for example `audio.mp3` would be accessed as `http://your.domain:8123/local/audio.mp3`. +If you want to use Home Assistant to host or serve static files then create a directory called `www` under the configuration path (`/config`). The static files in `www/` can be accessed by the following URL `http://your.domain:8123/local/`, for example `audio.mp3` would be accessed as `http://your.domain:8123/local/audio.mp3`.