ESPHome
2025.5.0
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
{
6
namespace
wifi_signal {
7
8
static
const
char
*
const
TAG =
"wifi_signal.sensor"
;
9
10
void
WiFiSignalSensor::dump_config
() { LOG_SENSOR(
""
,
"WiFi Signal"
,
this
); }
11
12
}
// namespace wifi_signal
13
}
// namespace esphome
14
#endif
esphome::wifi_signal::WiFiSignalSensor::dump_config
void dump_config() override
Definition
wifi_signal_sensor.cpp:10
log.h
esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition
a01nyub.cpp:7
wifi_signal_sensor.h
Generated by
1.12.0