Files
esphome/esphome/components/ble_client/automation.cpp
T

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