Files
esphome/esphome/components/ble_client/automation.cpp
2025-11-28 22:57:01 -05:00

12 lines
182 B
C++

#ifdef USE_ESP32
#include "automation.h"
namespace esphome::ble_client {
const char *const Automation::TAG = "ble_client.automation";
} // namespace esphome::ble_client
#endif