ESPHome 2025.10.0-dev
Loading...
Searching...
No Matches
tee501.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace esphome {
8namespace tee501 {
9
12 public:
13 void setup() override;
14 void dump_config() override;
15 float get_setup_priority() const override;
16 void update() override;
17
18 protected:
20};
21
22} // namespace tee501
23} // namespace esphome
This class simplifies creating components that periodically check a state.
Definition component.h:429
This Class provides the methods to read/write bytes from/to an i2c device.
Definition i2c.h:133
Base-class for all sensors.
Definition sensor.h:42
This class implements support for the tee501 of temperature i2c sensors.
Definition tee501.h:11
enum esphome::tee501::TEE501Component::ErrorCode NONE
float get_setup_priority() const override
Definition tee501.cpp:41
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7