ESPHome
2025.12.3
Loading...
Searching...
No Matches
esphome
components
ld2420
binary_sensor
ld2420_binary_sensor.cpp
Go to the documentation of this file.
1
#include "
ld2420_binary_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.binary_sensor"
;
8
9
void
LD2420BinarySensor::dump_config
() {
10
ESP_LOGCONFIG(TAG,
"Binary Sensor:"
);
11
LOG_BINARY_SENSOR(
" "
,
"Presence"
, this->
presence_bsensor_
);
12
}
13
14
}
// namespace esphome::ld2420
esphome::ld2420::LD2420BinarySensor::presence_bsensor_
binary_sensor::BinarySensor * presence_bsensor_
Definition
ld2420_binary_sensor.h:20
esphome::ld2420::LD2420BinarySensor::dump_config
void dump_config() override
Definition
ld2420_binary_sensor.cpp:9
helpers.h
ld2420_binary_sensor.h
log.h
esphome::ld2420
Definition
ld2420_binary_sensor.cpp:5
Generated by
1.12.0