1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Update esphome/components/sensor/sensor.h

This commit is contained in:
J. Nick Koston
2025-08-18 19:17:19 -05:00
committed by GitHub
parent 59c93cf3f1
commit 8dc3958b0c

View File

@@ -15,7 +15,6 @@ namespace sensor {
// Forward declaration
void log_sensor(const char *tag, const char *prefix, const char *type, Sensor *obj);
// Macro that calls the function - kept for backward compatibility
#define LOG_SENSOR(prefix, type, obj) log_sensor(TAG, prefix, LOG_STR_LITERAL(type), obj)
#define SUB_SENSOR(name) \