ESPHome 2026.10.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
5
6static const char *const TAG = "ble_scanner";
7
8void BLEScanner::dump_config() { LOG_TEXT_SENSOR("", "BLE Scanner", this); }
9
10} // namespace esphome::ble_scanner