esphome/tests/components/hdc2010/test.esp32-idf.yaml
optimusprimespace b7a7dcc4dc added tests
2024-05-03 16:01:54 -04:00

12 lines
181 B
YAML

i2c:
- id: i2c_hdc2010
scl: 16
sda: 17
sensor:
- platform: hdc2010
temperature:
name: Temperature
humidity:
name: Humidity
update_interval: 30s