1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 11:52:20 +01:00
Files
esphome/esphome/components/sensor/automation.cpp

11 lines
195 B
C++

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