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