mirror of
https://github.com/esphome/esphome.git
synced 2025-02-08 14:10:54 +00:00
13 lines
219 B
YAML
13 lines
219 B
YAML
i2c:
|
|
- id: i2c_htu31d
|
|
scl: ${scl_pin}
|
|
sda: ${sda_pin}
|
|
|
|
sensor:
|
|
- platform: htu31d
|
|
temperature:
|
|
name: Living Room Temperature
|
|
humidity:
|
|
name: Living Room Humidity
|
|
update_interval: 15s
|