reduce more

This commit is contained in:
J. Nick Koston 2025-07-07 14:03:15 -05:00
parent 166f77610f
commit 1e8f961362
No known key found for this signature in database

View File

@ -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;