1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00
Files
esphome/tests/components/sht3xd/test.esp32-idf.yaml
2024-04-23 21:49:15 +12:00

14 lines
211 B
YAML

i2c:
- id: i2c_sht3xd
scl: 16
sda: 17
sensor:
- platform: sht3xd
temperature:
name: SHT3XD Temperature
humidity:
name: SHT3XD Humidity
address: 0x44
update_interval: 15s