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