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