mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update sensor.dht.markdown
This commit is contained in:
parent
4fcec32a88
commit
5978fb78d2
@ -21,6 +21,7 @@ sensor:
|
||||
platform: dht
|
||||
sensor: DHT22
|
||||
pin: 23
|
||||
name: Living Room
|
||||
monitored_conditions:
|
||||
- temperature
|
||||
- humidity
|
||||
@ -30,6 +31,7 @@ Configuration variables:
|
||||
|
||||
- **sensor** (*Required*): The sensor type, supported devices are DHT11, DHT22, and AM2302
|
||||
- **pin** (*Required*): The pin the sensor is connected to.
|
||||
- **name** (*Optional*): The name of the sensor
|
||||
- **monitored_conditions** array: Conditions to monitor.
|
||||
- **temperature**:
|
||||
- **humidity**:
|
||||
|
Loading…
x
Reference in New Issue
Block a user