mirror of
https://github.com/esphome/esphome.git
synced 2026-01-19 17:46:23 -07:00
9 lines
151 B
YAML
9 lines
151 B
YAML
sensor:
|
|
- platform: hdc1080
|
|
i2c_id: i2c_bus
|
|
temperature:
|
|
name: Temperature
|
|
humidity:
|
|
name: Humidity
|
|
update_interval: 15s
|