ESPHome  2024.4.1
wifi_signal_sensor.cpp
Go to the documentation of this file.
1 #include "wifi_signal_sensor.h"
2 #include "esphome/core/log.h"
3 
4 namespace esphome {
5 namespace wifi_signal {
6 
7 static const char *const TAG = "wifi_signal.sensor";
8 
9 void WiFiSignalSensor::dump_config() { LOG_SENSOR("", "WiFi Signal", this); }
10 
11 } // namespace wifi_signal
12 } // namespace esphome
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7