mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
Document MEDIA_ANNOUNCE media_player feature flag (#1831)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
bec4178ef8
commit
2d4d6fe0b2
@ -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. |
|
||||
|
Loading…
x
Reference in New Issue
Block a user