diff --git a/esphome/components/sendspin/sensor/sendspin_sensor.cpp b/esphome/components/sendspin/sensor/sendspin_sensor.cpp index 4f201f95ef..8710d6dbe6 100644 --- a/esphome/components/sendspin/sensor/sendspin_sensor.cpp +++ b/esphome/components/sendspin/sensor/sendspin_sensor.cpp @@ -10,7 +10,10 @@ static const char *const TAG = "sendspin.sensor"; // --- SendspinTrackProgressSensor --- -void SendspinTrackProgressSensor::dump_config() { LOG_SENSOR("", "Sendspin Track Progress", this); } +void SendspinTrackProgressSensor::dump_config() { + LOG_SENSOR("", "Sendspin Track Progress", this); + LOG_UPDATE_INTERVAL(this); +} // THREAD CONTEXT: Main loop. The registered metadata callback also fires on the main loop // (SendspinHub dispatches metadata from client_->loop()).