ESPHome
2024.10.2
esphome
esphome
components
sun
sensor
sun_sensor.cpp
Go to the documentation of this file.
1
#include "
sun_sensor.h
"
2
#include "
esphome/core/log.h
"
3
4
namespace
esphome
{
5
namespace
sun {
6
7
static
const
char
*
const
TAG =
"sun.sensor"
;
8
9
void
SunSensor::dump_config
() { LOG_SENSOR(
""
,
"Sun Sensor"
,
this
); }
10
11
}
// namespace sun
12
}
// namespace esphome
esphome::sun::SunSensor::dump_config
void dump_config() override
Definition:
sun_sensor.cpp:9
sun_sensor.h
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
log.h
Generated by
1.8.13