From 0426cd8ad829b54b965c3d06f629fa460e3e80f2 Mon Sep 17 00:00:00 2001 From: Max Rumpf Date: Tue, 2 Oct 2018 10:41:20 +0200 Subject: [PATCH] Improve wording in binary sensor (#6425) --- source/_components/binary_sensor.http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.http.markdown b/source/_components/binary_sensor.http.markdown index d827e126003..779cafb95e2 100644 --- a/source/_components/binary_sensor.http.markdown +++ b/source/_components/binary_sensor.http.markdown @@ -60,7 +60,7 @@ $ curl -X GET -H "x-ha-access: YOUR_PASSWORD" \ ## {% linkable_title Examples %} -In this section you find some real-life examples of how to use this sensor. Beside `curl`. +In this section you'll find some real-life examples of how to use this sensor, besides `curl`, which was shown earlier. ### {% linkable_title Using Python request module %}