From f07544fdf77482188c9824425de676c14560331b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 18 Oct 2015 00:43:11 +0200 Subject: [PATCH] Add new configuration variable --- source/components/sensor.arest.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/components/sensor.arest.markdown b/source/components/sensor.arest.markdown index 2b6dbaebcee..7e8c4a5a2ec 100644 --- a/source/components/sensor.arest.markdown +++ b/source/components/sensor.arest.markdown @@ -19,6 +19,7 @@ To use your aREST enabled device in your installation, add the following to your sensor: platform: arest resource: http://IP_ADDRESS + name: Office monitored_variables: - name: temperature unit: '°C' @@ -29,7 +30,8 @@ sensor: Configuration variables: - **resource** (*Required*): IP address and schema of the device that is exposing an aREST API, e.g. http://192.168.1.10. -- **monitored_variables** array: +- **name** (*Optional*): Let you overwrite the the name of the device. By default *name* from the device is used. +- **monitored_variables** array: List of exposed variables. - **name** (*Required*): The name of the variable you wish to monitor. - **unit** (*Optional*): Defines the units of measurement of the sensor, if any.