From 9aa63be309d9827122ef8d06454c81cb12ed65fe Mon Sep 17 00:00:00 2001 From: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:58:53 +0000 Subject: [PATCH] Fix line break --- source/_integrations/heos.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_integrations/heos.markdown b/source/_integrations/heos.markdown index 8e4728e415f..6601baca6b8 100644 --- a/source/_integrations/heos.markdown +++ b/source/_integrations/heos.markdown @@ -180,8 +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` service. Example action data payload: ```yaml action: media_player.play_media