1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-24 13:58:14 +00:00
esphome/esphome/components/partition/light_partition.cpp

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