ESPHome 2026.3.0-dev
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::libretiny {
16
17class LTComponent : public Component {
18 public:
19 float get_setup_priority() const override;
20 void dump_config() override;
21
22#ifdef USE_TEXT_SENSOR
24#endif // USE_TEXT_SENSOR
25
26 protected:
27#ifdef USE_TEXT_SENSOR
29#endif // USE_TEXT_SENSOR
30};
31
32} // namespace esphome::libretiny
33
34#endif // USE_LIBRETINY
text_sensor::TextSensor * version_
void set_version_sensor(text_sensor::TextSensor *version)
float get_setup_priority() const override