esphome/esphome/components/fan/automation.cpp

10 lines
186 B
C++

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