1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 15:26:01 +00:00
Files
esphome/esphome/components/number/number_traits.cpp
2025-11-16 20:54:43 -06:00

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