From 67c4f562eba9033bf21df2c75ec8637f0a39fb8a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 11 Oct 2015 12:18:18 +0200 Subject: [PATCH] Update --- source/components/sensor.command_sensor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/sensor.command_sensor.markdown b/source/components/sensor.command_sensor.markdown index 0f369369edd..07650d62632 100644 --- a/source/components/sensor.command_sensor.markdown +++ b/source/components/sensor.command_sensor.markdown @@ -74,7 +74,7 @@ The `correction_factor` will make sure that the value is shown in a useful forma ### {% linkable_title Use an external script %} -The example is doing the same as the [aREST sensor](/components/sensor.arest.html) but with an external Python script. It should give you an idea about interacting with devices which are exposing a REST API. +The example is doing the same as the [aREST sensor](/components/sensor.arest.html) but with an external Python script. It should give you an idea about interacting with devices which are exposing a RESTful API. The one-line script to retrieve a value is shown below. Of course would it be possible to use this directly in the `configuration.yaml` file but need extra care about the quotation marks.