mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 06:43:48 +01:00
9 lines
174 B
YAML
9 lines
174 B
YAML
sensor:
|
|
- platform: htu31d
|
|
i2c_id: i2c_bus
|
|
temperature:
|
|
name: Living Room Temperature
|
|
humidity:
|
|
name: Living Room Humidity
|
|
update_interval: 15s
|