mirror of
https://github.com/esphome/esphome.git
synced 2025-01-06 21:01:43 +01:00
535003014b
Co-authored-by: Your Name <you@example.com>
10 lines
187 B
C++
10 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
|