1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 08:15:49 +00:00
Files
esphome/esphome/components/number/number_traits.cpp
2025-11-17 17:20:18 -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