mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 19:54:14 +01:00
10 lines
186 B
C++
10 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
|