mirror of
https://github.com/esphome/esphome.git
synced 2025-11-17 15:26:01 +00:00
9 lines
161 B
C++
9 lines
161 B
C++
#include "esphome/core/log.h"
|
|
#include "number_traits.h"
|
|
|
|
namespace esphome::number {
|
|
|
|
static const char *const TAG = "number";
|
|
|
|
} // namespace esphome::number
|