From c1aa0ae9ba73be9dc1ffaec57d6ab805c6decbe5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 19 Oct 2025 15:25:47 -1000 Subject: [PATCH] debug --- esphome/components/api/api.proto | 2 -- esphome/components/api/api_options.proto | 2 -- esphome/components/api/proto.cpp | 2 -- esphome/components/api/proto.h | 2 -- 4 files changed, 8 deletions(-) diff --git a/esphome/components/api/api.proto b/esphome/components/api/api.proto index 6a1169d312..d202486cfa 100644 --- a/esphome/components/api/api.proto +++ b/esphome/components/api/api.proto @@ -2337,5 +2337,3 @@ message ZWaveProxyRequest { ZWaveProxyRequestType type = 1; bytes data = 2 [(pointer_to_buffer) = true]; } - -// test diff --git a/esphome/components/api/api_options.proto b/esphome/components/api/api_options.proto index c131c602ab..6b33408e2f 100644 --- a/esphome/components/api/api_options.proto +++ b/esphome/components/api/api_options.proto @@ -81,5 +81,3 @@ extend google.protobuf.FieldOptions { // generates: const light::ColorModeMask *supported_color_modes{}; optional string container_pointer_no_template = 50014; } - -// test diff --git a/esphome/components/api/proto.cpp b/esphome/components/api/proto.cpp index f83864941f..4f0d0846d7 100644 --- a/esphome/components/api/proto.cpp +++ b/esphome/components/api/proto.cpp @@ -148,5 +148,3 @@ std::string ProtoMessage::dump() const { #endif } // namespace esphome::api - -// test diff --git a/esphome/components/api/proto.h b/esphome/components/api/proto.h index 2ed5dae02e..e7585924a5 100644 --- a/esphome/components/api/proto.h +++ b/esphome/components/api/proto.h @@ -890,5 +890,3 @@ class ProtoService { }; } // namespace esphome::api - -// test