esphome/esphome/components/number/number_traits.cpp
Fabian 535003014b
Keep Unit of Measurement in Flash. (#4719)
Co-authored-by: Your Name <you@example.com>
2023-05-10 11:42:55 +12:00

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