From d73b1ab673cdfbe51d3517e7cba3e95dcae1e08d Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 10 Feb 2021 03:17:17 -0500 Subject: [PATCH] Update http.markdown (#16479) `trusted_networks` is no longer a valid option for the HTTP integration (and isn't mentioned elsewhere on this page) and so it shouldn't be referenced --- source/_integrations/http.markdown | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index 81ad50380d9..8bdf1dd1fa4 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -130,12 +130,6 @@ If you want to apply additional IP filtering, and automatically ban brute force After a ban is added a Persistent Notification is populated to the Home Assistant frontend. -
- -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`). 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`.