1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 10:50:58 +01:00
esphome/tests/components/dht12/test.esp8266.yaml

13 lines
187 B
YAML

i2c:
- id: i2c_dht12
scl: 5
sda: 4
sensor:
- platform: dht12
temperature:
name: DHT12 Temperature
humidity:
name: DHT12 Humidity
update_interval: 15s