Update source/_integrations/heos.markdown

This commit is contained in:
c0ffeeca7 2025-03-27 13:09:10 +01:00 committed by GitHub
parent 9aa63be309
commit faea2885f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,7 +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. The play queue can be enumerated by using the `heos.get_queue` service. Example action data payload: 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` action. Example action data payload:
```yaml ```yaml
action: media_player.play_media action: media_player.play_media