Update variables

This commit is contained in:
Fabian Affolter 2015-09-08 12:21:46 +02:00
parent 9031b45bba
commit d05488eb4e

View File

@ -25,6 +25,16 @@ sensor:
- humidity - humidity
``` ```
Configuration variables:
- **sensor** (*Required*): The sensor type, supported devices are DHT11, DHT22, and AM2302
- **pin** (*Required*): The pin the sensor is connected to.
- **monitored_conditions** array: Conditions to monitor.
- **temperature**:
- **humidity**:
Available conditions are only *temperature* and *humidity*.
The name of the pin to which the sensor is connected has different names on different platforms. 'P8_11' for Beaglebone, '23' for Raspberry Pi. The name of the pin to which the sensor is connected has different names on different platforms. 'P8_11' for Beaglebone, '23' for Raspberry Pi.
<p class='note warning'> <p class='note warning'>