mirror of
https://github.com/esphome/esphome.git
synced 2024-11-04 09:01:53 +01:00
13 lines
189 B
YAML
13 lines
189 B
YAML
i2c:
|
|
- id: i2c_dht12
|
|
scl: 16
|
|
sda: 17
|
|
|
|
sensor:
|
|
- platform: dht12
|
|
temperature:
|
|
name: DHT12 Temperature
|
|
humidity:
|
|
name: DHT12 Humidity
|
|
update_interval: 15s
|