mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02:00
535003014b
Co-authored-by: Your Name <you@example.com>
11 lines
187 B
C++
11 lines
187 B
C++
#include "esphome/core/log.h"
|
|
#include "number_traits.h"
|
|
|
|
namespace esphome {
|
|
namespace number {
|
|
|
|
static const char *const TAG = "number";
|
|
|
|
} // namespace number
|
|
} // namespace esphome
|