ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
tee501.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace esphome::tee501 {
8
11 public:
12 void setup() override;
13 void dump_config() override;
14 void update() override;
15
16 protected:
18};
19
20} // namespace esphome::tee501
This class simplifies creating components that periodically check a state.
Definition component.h:585
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:132
Base-class for all sensors.
Definition sensor.h:47
This class implements support for the tee501 of temperature i2c sensors.
Definition tee501.h:10
enum esphome::tee501::TEE501Component::ErrorCode NONE