diff --git a/docs/core/entity/media-player.md b/docs/core/entity/media-player.md index 85331497..f6afc4f3 100644 --- a/docs/core/entity/media-player.md +++ b/docs/core/entity/media-player.md @@ -36,6 +36,7 @@ and are combined using the bitwise or (`|`) operator. | `BROWSE_MEDIA` | Entity allows browsing media. | | `CLEAR_PLAYLIST` | Entity allows clearing the active playlist. | | `GROUPING` | Entity can be grouped with other players for synchronous playback. | +| `MEDIA_ANNOUNCE` | Entity supports the `play_media` service's announce parameter. | | `MEDIA_ENQUEUE` | Entity supports the `play_media` service's enqueue parameter. | | `NEXT_TRACK` | Entity allows skipping to the next media track. | | `PAUSE` | Entity allows pausing the playback of media. |