ESPHome 2026.4.0-dev
Loading...
Searching...
No Matches
text_text_sensor.h
Go to the documentation of this file.
1#pragma once
2
3#include "../text.h"
6
7namespace esphome::text {
8
10 public:
12 void setup() override;
13 void dump_config() override;
14
15 protected:
17};
18
19} // namespace esphome::text
media_source::MediaSource * source
Base-class for all text inputs.
Definition text.h:21