ESPHome
2024.10.2
esphome
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
{
7
namespace
ble_presence {
8
9
static
const
char
*
const
TAG =
"ble_presence"
;
10
11
void
BLEPresenceDevice::dump_config
() { LOG_BINARY_SENSOR(
""
,
"BLE Presence"
,
this
); }
12
13
}
// namespace ble_presence
14
}
// namespace esphome
15
16
#endif
ble_presence_device.h
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
log.h
esphome::ble_presence::BLEPresenceDevice::dump_config
void dump_config() override
Definition:
ble_presence_device.cpp:11
Generated by
1.8.13