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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user