esphome/esphome/components/output/automation.cpp

10 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