mirror of
https://github.com/esphome/esphome.git
synced 2024-11-02 08:40:55 +01:00
12 lines
213 B
YAML
12 lines
213 B
YAML
sensor:
|
|
- platform: dht
|
|
pin: 4
|
|
model: AM2302
|
|
update_interval: 15s
|
|
temperature:
|
|
id: dht_temperature
|
|
name: DHT Temperature
|
|
humidity:
|
|
id: dht_humidity
|
|
name: DHT Humidity
|