ESPHome 2026.4.0-dev
Loading...
Searching...
No Matches
internal_temperature_common.cpp
Go to the documentation of this file.
1#include "esphome/core/log.h"
3
5
6static const char *const TAG = "internal_temperature";
7
8void InternalTemperatureSensor::dump_config() { LOG_SENSOR("", "Internal Temperature Sensor", this); }
9
10} // namespace esphome::internal_temperature