ESPHome
2026.1.0-dev
Loading...
Searching...
No Matches
esphome
components
ld2420
text_sensor
ld2420_text_sensor.cpp
Go to the documentation of this file.
1
#include "
ld2420_text_sensor.h
"
2
#include "
esphome/core/helpers.h
"
3
#include "
esphome/core/log.h
"
4
5
namespace
esphome::ld2420
{
6
7
static
const
char
*
const
TAG =
"ld2420.text_sensor"
;
8
9
void
LD2420TextSensor::dump_config
() {
10
ESP_LOGCONFIG(TAG,
"Text Sensor:"
);
11
LOG_TEXT_SENSOR(
" "
,
"Firmware"
, this->
fw_version_text_sensor_
);
12
}
13
14
}
// namespace esphome::ld2420
esphome::ld2420::LD2420TextSensor::dump_config
void dump_config() override
Definition
ld2420_text_sensor.cpp:9
esphome::ld2420::LD2420TextSensor::fw_version_text_sensor_
text_sensor::TextSensor * fw_version_text_sensor_
Definition
ld2420_text_sensor.h:19
helpers.h
ld2420_text_sensor.h
log.h
esphome::ld2420
Definition
ld2420_binary_sensor.cpp:5
Generated by
1.12.0