ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
ble_presence_device.cpp
Go to the documentation of this file.
2#include "esphome/core/log.h"
3
5
6static const char *const TAG = "ble_presence";
7
8void BLEPresenceDevice::dump_config() { LOG_BINARY_SENSOR("", "BLE Presence", this); }
9
10} // namespace esphome::ble_presence