mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Update sensor.dht.markdown
This commit is contained in:
parent
4fcec32a88
commit
5978fb78d2
@ -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**:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user