mirror of
https://github.com/esphome/esphome.git
synced 2025-10-17 17:23:45 +01: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
|