ESPHome 2026.5.0-dev
Loading...
Searching...
No Matches
emontx_sensor.cpp
Go to the documentation of this file.
1#include "emontx_sensor.h"
2#include "esphome/core/log.h"
3
4namespace esphome::emontx {
5
6static const char *const TAG = "emontx_sensor";
7
8void EmonTxSensor::dump_config() { LOG_SENSOR(" ", "EmonTx Sensor", this); }
9
10} // namespace esphome::emontx