1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-13 16:38:18 +00:00

14 lines
227 B
YAML
Raw Normal View History

i2c:
- id: i2c_sht3xd
scl: ${scl_pin}
sda: ${sda_pin}
sensor:
- platform: sht3xd
temperature:
name: SHT3XD Temperature
humidity:
name: SHT3XD Humidity
address: 0x44
update_interval: 15s