1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-01 10:40:56 +00:00
esphome/esphome/components/switch/automation.cpp

11 lines
197 B
C++

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