ESPHome  2024.4.1
ethernet_info_text_sensor.cpp
Go to the documentation of this file.
2 #include "esphome/core/log.h"
3 
4 #ifdef USE_ESP32
5 
6 namespace esphome {
7 namespace ethernet_info {
8 
9 static const char *const TAG = "ethernet_info";
10 
11 void IPAddressEthernetInfo::dump_config() { LOG_TEXT_SENSOR("", "EthernetInfo IPAddress", this); }
12 
13 } // namespace ethernet_info
14 } // namespace esphome
15 
16 #endif // USE_ESP32
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7