mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 20:53:26 +02:00
11 lines
204 B
C++
11 lines
204 B
C++
#include "light_partition.h"
|
|
#include "esphome/core/log.h"
|
|
|
|
namespace esphome {
|
|
namespace partition {
|
|
|
|
static const char *const TAG = "partition.light";
|
|
|
|
} // namespace partition
|
|
} // namespace esphome
|