mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Fix line break
This commit is contained in:
parent
db2d6acbb5
commit
9aa63be309
@ -180,8 +180,7 @@ data:
|
|||||||
|
|
||||||
#### Play a queue item
|
#### Play a queue item
|
||||||
|
|
||||||
You can play/move to an item within the player's queue by using the `media_player.play_media` action. Set `media_content_type` to `queue` and `media_content_id` to the index (starting from 1) of an item in the play queue.
|
You can play/move to an item within the player's queue by using the `media_player.play_media` action. Set `media_content_type` to `queue` and `media_content_id` to the index (starting from 1) of an item in the play queue. The play queue can be enumerated by using the `heos.get_queue` service. Example action data payload:
|
||||||
The play queue can be enumerated by using the `heos.get_queue` service. Example action data payload:
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
action: media_player.play_media
|
action: media_player.play_media
|
||||||
|
Loading…
x
Reference in New Issue
Block a user