ESPHome 2025.12.2
Loading...
Searching...
No Matches
wifi_signal_sensor.cpp
Go to the documentation of this file.
2#ifdef USE_WIFI
3#include "esphome/core/log.h"
4
6
7static const char *const TAG = "wifi_signal.sensor";
8
9void WiFiSignalSensor::dump_config() { LOG_SENSOR("", "WiFi Signal", this); }
10
11} // namespace esphome::wifi_signal
12#endif