ESPHome 2025.5.0
Loading...
Searching...
No Matches
sun_sensor.cpp
Go to the documentation of this file.
1#include "sun_sensor.h"
2#include "esphome/core/log.h"
3
4namespace esphome {
5namespace sun {
6
7static const char *const TAG = "sun.sensor";
8
9void SunSensor::dump_config() { LOG_SENSOR("", "Sun Sensor", this); }
10
11} // namespace sun
12} // namespace esphome
void dump_config() override
Definition sun_sensor.cpp:9
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7