ESPHome
2024.10.2
esphome
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
wifi_signal_sensor.h
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
log.h
Generated by
1.8.13