ESPHome 2025.12.3
Loading...
Searching...
No Matches
ld2420_binary_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.binary_sensor";
8
10 ESP_LOGCONFIG(TAG, "Binary Sensor:");
11 LOG_BINARY_SENSOR(" ", "Presence", this->presence_bsensor_);
12}
13
14} // namespace esphome::ld2420
binary_sensor::BinarySensor * presence_bsensor_