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