esphome/esphome/components/ble_client/automation.cpp

14 lines
208 B
C++

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