From faea2885f9edf3fffa8eec4051adc96c55ac8eab Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 27 Mar 2025 13:09:10 +0100 Subject: [PATCH] Update source/_integrations/heos.markdown --- source/_integrations/heos.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/heos.markdown b/source/_integrations/heos.markdown index 6601baca6b8..98a7ba02590 100644 --- a/source/_integrations/heos.markdown +++ b/source/_integrations/heos.markdown @@ -180,7 +180,7 @@ data: #### 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 action: media_player.play_media