mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 14:19:03 +00:00
14 lines
270 B
YAML
14 lines
270 B
YAML
sensor:
|
|
- platform: sht4x
|
|
i2c_id: i2c_bus
|
|
temperature:
|
|
name: SHT4X Temperature
|
|
humidity:
|
|
name: SHT4X Humidity
|
|
address: 0x44
|
|
precision: High
|
|
heater_max_duty: 0.02
|
|
heater_power: High
|
|
heater_time: Long
|
|
update_interval: 15s
|