Document MEDIA_ANNOUNCE media_player feature flag (#1831)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Erik Montnemery 2023-07-10 12:59:00 +02:00 committed by GitHub
parent bec4178ef8
commit 2d4d6fe0b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. |