17 void setup()
override;
22 unsigned char calc_crc8_(
const unsigned char buf[],
unsigned char from,
unsigned char to);
float get_setup_priority() const override
This class simplifies creating components that periodically check a state.
void dump_config() override
unsigned char calc_crc8_(const unsigned char buf[], unsigned char from, unsigned char to)
sensor::Sensor * humidity_sensor_
enum esphome::hte501::HTE501Component::ErrorCode NONE
void set_humidity_sensor(sensor::Sensor *humidity_sensor)
void set_temperature_sensor(sensor::Sensor *temperature_sensor)
sensor::Sensor * temperature_sensor_
This class implements support for the hte501 of temperature i2c sensors.
Implementation of SPI Controller mode.
Base-class for all sensors.
This Class provides the methods to read/write bytes from/to an i2c device.