mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
11 lines
213 B
YAML
11 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
|