Document MEDIA_ENQUEUE media_player feature flag (#1832)

This commit is contained in:
Erik Montnemery 2023-07-08 10:56:09 +02:00 committed by GitHub
parent 38e05aeb7f
commit bec4178ef8
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_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. |
| `PLAY` | Entity allows playing/resuming playback of media. |