ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
sun_text_sensor.cpp
Go to the documentation of this file.
1#include "sun_text_sensor.h"
2#include "esphome/core/log.h"
3
4namespace esphome::sun {
5
6static const char *const TAG = "sun.text_sensor";
7
8void SunTextSensor::dump_config() { LOG_TEXT_SENSOR("", "Sun Text Sensor", this); }
9
10} // namespace esphome::sun
const char *const TAG
Definition spi.cpp:7