1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-24 13:58:14 +00:00
esphome/esphome/components/output/automation.cpp

11 lines
195 B
C++

#include "automation.h"
#include "esphome/core/log.h"
namespace esphome {
namespace output {
static const char *const TAG = "output.automation";
} // namespace output
} // namespace esphome