From ab8e180ff573884415435f9cd177af362f544c6a Mon Sep 17 00:00:00 2001 From: kbx81 Date: Wed, 2 Sep 2026 19:16:38 -0500 Subject: [PATCH] [serial_proxy] Move SerialProxySetModeRequest to ID 152 IDs 150 and 151 were claimed on dev (DeviceCapabilitiesResponse, ZWaveProxyRequestResponse) after this branch was cut. --- esphome/components/api/api.proto | 2 +- esphome/components/api/api_pb2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/components/api/api.proto b/esphome/components/api/api.proto index 2921d94d47..34a04c7336 100644 --- a/esphome/components/api/api.proto +++ b/esphome/components/api/api.proto @@ -2851,7 +2851,7 @@ enum SerialProxyMode { } message SerialProxySetModeRequest { - option (id) = 151; + option (id) = 152; option (source) = SOURCE_CLIENT; option (ifdef) = "USE_SERIAL_PROXY"; diff --git a/esphome/components/api/api_pb2.h b/esphome/components/api/api_pb2.h index fbfe5998df..7438b4cc48 100644 --- a/esphome/components/api/api_pb2.h +++ b/esphome/components/api/api_pb2.h @@ -3409,7 +3409,7 @@ class SerialProxyRequestResponse final : public ProtoMessage { }; class SerialProxySetModeRequest final : public ProtoDecodableMessage { public: - static constexpr uint16_t MESSAGE_TYPE = 151; + static constexpr uint16_t MESSAGE_TYPE = 152; static constexpr uint8_t ESTIMATED_SIZE = 6; #ifdef HAS_PROTO_MESSAGE_DUMP const LogString *message_name() const override { return LOG_STR("serial_proxy_set_mode_request"); }