From 2d4d6fe0b2c56d9e13361818b44515adfe1afb65 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 10 Jul 2023 12:59:00 +0200 Subject: [PATCH] Document MEDIA_ANNOUNCE media_player feature flag (#1831) Co-authored-by: Franck Nijhof --- docs/core/entity/media-player.md | 1 + 1 file changed, 1 insertion(+) 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. |