mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	reduce more
This commit is contained in:
		| @@ -1069,6 +1069,7 @@ message ListEntitiesSelectResponse { | |||||||
|   string object_id = 1; |   string object_id = 1; | ||||||
|   fixed32 key = 2; |   fixed32 key = 2; | ||||||
|   string name = 3; |   string name = 3; | ||||||
|  |   reserved 4; // Deprecated: was string unique_id | ||||||
|  |  | ||||||
|   string icon = 5; |   string icon = 5; | ||||||
|   repeated string options = 6; |   repeated string options = 6; | ||||||
| @@ -1110,6 +1111,7 @@ message ListEntitiesSirenResponse { | |||||||
|   string object_id = 1; |   string object_id = 1; | ||||||
|   fixed32 key = 2; |   fixed32 key = 2; | ||||||
|   string name = 3; |   string name = 3; | ||||||
|  |   reserved 4; // Deprecated: was string unique_id | ||||||
|  |  | ||||||
|   string icon = 5; |   string icon = 5; | ||||||
|   bool disabled_by_default = 6; |   bool disabled_by_default = 6; | ||||||
| @@ -1170,6 +1172,7 @@ message ListEntitiesLockResponse { | |||||||
|   string object_id = 1; |   string object_id = 1; | ||||||
|   fixed32 key = 2; |   fixed32 key = 2; | ||||||
|   string name = 3; |   string name = 3; | ||||||
|  |   reserved 4; // Deprecated: was string unique_id | ||||||
|  |  | ||||||
|   string icon = 5; |   string icon = 5; | ||||||
|   bool disabled_by_default = 6; |   bool disabled_by_default = 6; | ||||||
| @@ -1216,6 +1219,7 @@ message ListEntitiesButtonResponse { | |||||||
|   string object_id = 1; |   string object_id = 1; | ||||||
|   fixed32 key = 2; |   fixed32 key = 2; | ||||||
|   string name = 3; |   string name = 3; | ||||||
|  |   reserved 4; // Deprecated: was string unique_id | ||||||
|  |  | ||||||
|   string icon = 5; |   string icon = 5; | ||||||
|   bool disabled_by_default = 6; |   bool disabled_by_default = 6; | ||||||
| @@ -1268,6 +1272,7 @@ message ListEntitiesMediaPlayerResponse { | |||||||
|   string object_id = 1; |   string object_id = 1; | ||||||
|   fixed32 key = 2; |   fixed32 key = 2; | ||||||
|   string name = 3; |   string name = 3; | ||||||
|  |   reserved 4; // Deprecated: was string unique_id | ||||||
|  |  | ||||||
|   string icon = 5; |   string icon = 5; | ||||||
|   bool disabled_by_default = 6; |   bool disabled_by_default = 6; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user