From d05488eb4e4a397e2af880ca2e02a362cdbf938e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Sep 2015 12:21:46 +0200 Subject: [PATCH] Update variables --- source/components/sensor.dht.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/components/sensor.dht.markdown b/source/components/sensor.dht.markdown index d6d7b6a38c3..3a7df9c5a3e 100644 --- a/source/components/sensor.dht.markdown +++ b/source/components/sensor.dht.markdown @@ -25,6 +25,16 @@ sensor: - 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.