From f8a0e64bd33636d70909a48434fe655f68698da3 Mon Sep 17 00:00:00 2001 From: GoSpursGoNL Date: Sat, 24 Aug 2019 15:06:21 +0200 Subject: [PATCH] Update heos.markdown --- source/_components/heos.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/heos.markdown b/source/_components/heos.markdown index d49f308d4d5..6215885e0cc 100644 --- a/source/_components/heos.markdown +++ b/source/_components/heos.markdown @@ -76,7 +76,7 @@ You can play a HEOS favorite by number or name with the `media_player.play_media | Attribute | Description | ---------------------- | ---------------------------------------------------------| | `entity_id` | `entity_id` of the player -| `media_content_type` | Set to the value `playlist` +| `media_content_type` | Set to the value `favorite` | `media_content_id` | The nubmer (i.e. `1`) or name (i.e. `Thumbprint Radio`) of the HEOS favorite #### Play Playlist @@ -157,4 +157,4 @@ logger: If the HEOS controller is not signed in to a HEOS account, HEOS favorites will not be populated in the media player source selection and the service `media_player.play_media` for `favorite` and `playlist` will fail. Additionally, the following warning will be logged at startup: > IP_ADDRESS is not logged in to a HEOS account and will be unable to retrieve HEOS favorites: Use the 'heos.sign_in' service to sign-in to a HEOS account -To resolve this issue, use the `heos.sign_out` service to sign the controller into an account as documented above. This only needs to be performed once, as the controller will remain signed in while the account credentials are valid. +To resolve this issue, use the `heos.sign_in` service to sign the controller into an account as documented above. This only needs to be performed once, as the controller will remain signed in while the account credentials are valid.