Update aRest sensor docs (#1737)

Fix docs
This commit is contained in:
Ronald Dehuysser 2017-01-08 23:16:35 +01:00 committed by Fabian Affolter
parent 0d35b3263e
commit 9057d4035a
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -35,7 +35,7 @@ Configuration variables:
- **name** (*Optional*): Let you overwrite the the name of the device. By default *name* from the device is used.
- **monitored_variables** array (*Optional*): 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.
- **unit_of_measurement** (*Optional*): Defines the units of measurement of the sensor, if any.
- **value_template** (*Optional*): Defines a [template](/topics/templating/) to extract a value from the payload.
- **pins** array (*Optional*): List of pins to monitor. Analog pins need a leading **A** for the pin number.
- **name** (*Optional*): The name of the variable you wish to monitor.