mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
39947a1634
Co-authored-by: Remus <remus@intelNuc.local> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
16 lines
226 B
YAML
16 lines
226 B
YAML
i2c:
|
|
- id: i2c_htu21d
|
|
scl: 5
|
|
sda: 4
|
|
|
|
sensor:
|
|
- platform: htu21d
|
|
model: htu21d
|
|
temperature:
|
|
name: Temperature
|
|
humidity:
|
|
name: Humidity
|
|
heater:
|
|
name: Heater
|
|
update_interval: 15s
|