mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 11:44:13 +01:00
10 lines
195 B
C++
10 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
|