ESPHome 2026.1.0-dev
Loading...
Searching...
No Matches
automation.cpp
Go to the documentation of this file.
1#ifdef USE_ESP32
2
3#include "automation.h"
4
6
7const char *const Automation::TAG = "ble_client.automation";
8
9} // namespace esphome::ble_client
10
11#endif
static const char *const TAG
Definition automation.h:22