ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
ble_scanner.cpp
Go to the documentation of this file.
1#include "ble_scanner.h"
2#include "esphome/core/log.h"
3
4#ifdef USE_ESP32
5
7
8static const char *const TAG = "ble_scanner";
9
10void BLEScanner::dump_config() { LOG_TEXT_SENSOR("", "BLE Scanner", this); }
11
12} // namespace esphome::ble_scanner
13
14#endif