Files
esphome/esphome/components/ble_presence/ble_presence_device.cpp
T

11 lines
273 B
C++

#include "ble_presence_device.h"
#include "esphome/core/log.h"
namespace esphome::ble_presence {
static const char *const TAG = "ble_presence";
void BLEPresenceDevice::dump_config() { LOG_BINARY_SENSOR("", "BLE Presence", this); }
} // namespace esphome::ble_presence