ESPHome
2025.12.2
Loading...
Searching...
No Matches
esphome
components
wifi_signal
wifi_signal_sensor.cpp
Go to the documentation of this file.
1
#include "
wifi_signal_sensor.h
"
2
#ifdef USE_WIFI
3
#include "
esphome/core/log.h
"
4
5
namespace
esphome::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 esphome::wifi_signal
12
#endif
log.h
esphome::wifi_signal
Definition
wifi_signal_sensor.cpp:5
wifi_signal_sensor.h
Generated by
1.12.0