mirror of
https://github.com/esphome/esphome.git
synced 2026-02-24 02:08:23 -07:00
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
20 lines
366 B
YAML
20 lines
366 B
YAML
esphome:
|
|
on_boot:
|
|
then:
|
|
- hdc302x.heater_on:
|
|
id: hdc302x_sensor
|
|
power: QUARTER
|
|
duration: 5s
|
|
- hdc302x.heater_off:
|
|
id: hdc302x_sensor
|
|
|
|
sensor:
|
|
- platform: hdc302x
|
|
id: hdc302x_sensor
|
|
i2c_id: i2c_bus
|
|
temperature:
|
|
name: Temperature
|
|
humidity:
|
|
name: Humidity
|
|
update_interval: 15s
|