From cc9d40cb6049e635cce511eed7532511d376daa5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 17 Jun 2025 10:40:12 +0200 Subject: [PATCH] tweaks --- esphome/components/api/api_pb2_service.h | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/api/api_pb2_service.h b/esphome/components/api/api_pb2_service.h index c3f4a101b0..b2be314aaf 100644 --- a/esphome/components/api/api_pb2_service.h +++ b/esphome/components/api/api_pb2_service.h @@ -17,7 +17,6 @@ class APIServerConnectionBase : public ProtoService { public: #endif - public: template bool send_message(const T &msg) { #ifdef HAS_PROTO_MESSAGE_DUMP this->log_send_message_(T::message_name(), msg.dump());