ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
ble_presence_device.cpp
Go to the documentation of this file.
2#include "esphome/core/log.h"
3
4#ifdef USE_ESP32
5
7
8static const char *const TAG = "ble_presence";
9
10void BLEPresenceDevice::dump_config() { LOG_BINARY_SENSOR("", "BLE Presence", this); }
11
12} // namespace esphome::ble_presence
13
14#endif