1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-28 16:12:24 +01:00

Update esphome/components/text_sensor/text_sensor.cpp

This commit is contained in:
J. Nick Koston
2025-09-25 11:09:32 -05:00
committed by GitHub
parent 56c16e6893
commit f9c494ad9f

View File

@@ -6,7 +6,6 @@ namespace text_sensor {
static const char *const TAG = "text_sensor";
// Function implementation of LOG_TEXT_SENSOR macro to reduce code size
void log_text_sensor(const char *tag, const char *prefix, const char *type, TextSensor *obj) {
if (obj == nullptr) {
return;