1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01:00

[api] Remove id from `MediaPlayerSupportedFormat` (#7406)

This commit is contained in:
Jesse Hills
2024-09-04 12:55:41 +12:00
committed by GitHub
parent c6e64a9ed3
commit 10ccc5f125
3 changed files with 0 additions and 24 deletions

View File

@@ -1112,7 +1112,6 @@ enum MediaPlayerFormatPurpose {
MEDIA_PLAYER_FORMAT_PURPOSE_ANNOUNCEMENT = 1;
}
message MediaPlayerSupportedFormat {
option (id) = 119;
option (ifdef) = "USE_MEDIA_PLAYER";
string format = 1;