Update sensor.dht.markdown

This commit is contained in:
Paulus Schoutsen 2016-02-09 21:16:23 -08:00
parent 4fcec32a88
commit 5978fb78d2

View File

@ -21,6 +21,7 @@ sensor:
platform: dht platform: dht
sensor: DHT22 sensor: DHT22
pin: 23 pin: 23
name: Living Room
monitored_conditions: monitored_conditions:
- temperature - temperature
- humidity - humidity
@ -30,6 +31,7 @@ Configuration variables:
- **sensor** (*Required*): The sensor type, supported devices are DHT11, DHT22, and AM2302 - **sensor** (*Required*): The sensor type, supported devices are DHT11, DHT22, and AM2302
- **pin** (*Required*): The pin the sensor is connected to. - **pin** (*Required*): The pin the sensor is connected to.
- **name** (*Optional*): The name of the sensor
- **monitored_conditions** array: Conditions to monitor. - **monitored_conditions** array: Conditions to monitor.
- **temperature**: - **temperature**:
- **humidity**: - **humidity**: