From 07e0c96faa69c69618ef089d4c91e4e9e3705276 Mon Sep 17 00:00:00 2001 From: longman391 Date: Fri, 21 Dec 2018 12:30:00 -0800 Subject: [PATCH] Fixed typo in URL (#7922) Relative link to /components/binary_sensor.http was missing a leading "/", which caused the URL to incorrectly lead to a 404 page at "https://www.home-assistant.io/components/binary_sensor.http/". --- 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 a10425e3cfe..703f1b85fe9 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -137,7 +137,7 @@ terminology used around Home Assistant. Home Assistant's ## {% linkable_title HTTP sensors %} To use those kind of [sensors](/components/sensor.http/) or -[binary sensors](components/binary_sensor.http/) in your installation no +[binary sensors](/components/binary_sensor.http/) in your installation no configuration in Home Assistant is needed. All configuration is done on the devices themselves. This means that you must be able to edit the target URL or endpoint and the payload.