Update
This commit is contained in:
parent
d70a994fd0
commit
67c4f562eb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue