mirror of
https://github.com/esphome/esphome.git
synced 2025-01-08 13:51:43 +01:00
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
|