mirror of
https://github.com/esphome/esphome.git
synced 2025-02-24 13:58:14 +00:00
11 lines
186 B
C++
11 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
|