From 65fd784fa798c0e8b948a38fe4a3c76619783419 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 8 Nov 2025 10:39:09 -0600 Subject: [PATCH] tidy --- esphome/components/api/api_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/api/api_connection.h b/esphome/components/api/api_connection.h index 78161442c1..6cfd108927 100644 --- a/esphome/components/api/api_connection.h +++ b/esphome/components/api/api_connection.h @@ -700,7 +700,7 @@ class APIConnection final : public APIServerConnection { this->send_buffer(ProtoWriteBuffer{&this->parent_->get_shared_buffer_ref()}, message_type)) { #ifdef HAS_PROTO_MESSAGE_DUMP // Log the message in verbose mode - this->log_proto_message_(entity, std::move(creator), message_type); + this->log_proto_message_(entity, creator, message_type); #endif return true; }