ESPHome 2025.5.0
Loading...
Searching...
No Matches
lt_component.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef USE_LIBRETINY
4
7
8#ifdef USE_SENSOR
10#endif
11#ifdef USE_TEXT_SENSOR
13#endif
14
15namespace esphome {
16namespace libretiny {
17
18class LTComponent : public Component {
19 public:
20 float get_setup_priority() const override;
21 void dump_config() override;
22
23#ifdef USE_TEXT_SENSOR
25#endif // USE_TEXT_SENSOR
26
27 protected:
28#ifdef USE_TEXT_SENSOR
30#endif // USE_TEXT_SENSOR
31};
32
33} // namespace libretiny
34} // namespace esphome
35
36#endif // USE_LIBRETINY
text_sensor::TextSensor * version_
void set_version_sensor(text_sensor::TextSensor *version)
float get_setup_priority() const override
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7