From 1e8f96136208179fdf802c9f1d4941f1ccce7d83 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 7 Jul 2025 14:03:15 -0500 Subject: [PATCH] reduce more --- esphome/components/api/api.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/esphome/components/api/api.proto b/esphome/components/api/api.proto index 32b39b0f73..1fb847f2fc 100644 --- a/esphome/components/api/api.proto +++ b/esphome/components/api/api.proto @@ -1069,6 +1069,7 @@ message ListEntitiesSelectResponse { string object_id = 1; fixed32 key = 2; string name = 3; + reserved 4; // Deprecated: was string unique_id string icon = 5; repeated string options = 6; @@ -1110,6 +1111,7 @@ message ListEntitiesSirenResponse { string object_id = 1; fixed32 key = 2; string name = 3; + reserved 4; // Deprecated: was string unique_id string icon = 5; bool disabled_by_default = 6; @@ -1170,6 +1172,7 @@ message ListEntitiesLockResponse { string object_id = 1; fixed32 key = 2; string name = 3; + reserved 4; // Deprecated: was string unique_id string icon = 5; bool disabled_by_default = 6; @@ -1216,6 +1219,7 @@ message ListEntitiesButtonResponse { string object_id = 1; fixed32 key = 2; string name = 3; + reserved 4; // Deprecated: was string unique_id string icon = 5; bool disabled_by_default = 6; @@ -1268,6 +1272,7 @@ message ListEntitiesMediaPlayerResponse { string object_id = 1; fixed32 key = 2; string name = 3; + reserved 4; // Deprecated: was string unique_id string icon = 5; bool disabled_by_default = 6;