mirror of
https://github.com/esphome/esphome.git
synced 2025-09-18 11:12:20 +01:00
[api] Remove id from `MediaPlayerSupportedFormat
` (#7406)
This commit is contained in:
@@ -145,10 +145,6 @@ class APIServerConnectionBase : public ProtoService {
|
||||
#ifdef USE_BUTTON
|
||||
virtual void on_button_command_request(const ButtonCommandRequest &value){};
|
||||
#endif
|
||||
#ifdef USE_MEDIA_PLAYER
|
||||
bool send_media_player_supported_format(const MediaPlayerSupportedFormat &msg);
|
||||
virtual void on_media_player_supported_format(const MediaPlayerSupportedFormat &value){};
|
||||
#endif
|
||||
#ifdef USE_MEDIA_PLAYER
|
||||
bool send_list_entities_media_player_response(const ListEntitiesMediaPlayerResponse &msg);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user