ESPHome
2024.10.2
esphome
esphome
components
custom
text_sensor
custom_text_sensor.cpp
Go to the documentation of this file.
1
#include "
custom_text_sensor.h
"
2
#include "
esphome/core/log.h
"
3
4
namespace
esphome
{
5
namespace
custom {
6
7
static
const
char
*
const
TAG =
"custom.text_sensor"
;
8
9
void
CustomTextSensorConstructor::dump_config
() {
10
for
(
auto
*child : this->
text_sensors_
) {
11
LOG_TEXT_SENSOR(
""
,
"Custom Text Sensor"
, child);
12
}
13
}
14
15
}
// namespace custom
16
}
// namespace esphome
custom_text_sensor.h
esphome::custom::CustomTextSensorConstructor::dump_config
void dump_config() override
Definition:
custom_text_sensor.cpp:9
esphome::custom::CustomTextSensorConstructor::text_sensors_
std::vector< text_sensor::TextSensor * > text_sensors_
Definition:
custom_text_sensor.h:22
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
log.h
Generated by
1.8.13