mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 11:52:20 +01:00
11 lines
195 B
C++
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
|