From 902229029592367a8d295a6cd9a53919c0c0c11c Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Wed, 25 Jun 2025 09:34:35 +0200 Subject: [PATCH] Add description for new favorite button in Music Assistant (#39703) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- source/_integrations/music_assistant.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_integrations/music_assistant.markdown b/source/_integrations/music_assistant.markdown index 6fef6f2df37..333273cacca 100644 --- a/source/_integrations/music_assistant.markdown +++ b/source/_integrations/music_assistant.markdown @@ -20,7 +20,7 @@ The **Music Assistant** (MA) {% term integration %} allows you to connect Home A There is currently support for the following Home Assistant Platforms: - [Media player](#media-player) - +- [Button](#favorite-current-song-button) All of the Home Assistant [Media Player Control Actions](https://www.home-assistant.io/integrations/media_player/#media-control-actions) are supported. The `media_content_id` payload for `media_player.play_media` can be any of the following: @@ -48,6 +48,11 @@ Under normal circumstances, Home Assistant automatically discovers your running The Music Assistant integration creates media player entities for all players and groups available in MA, including those imported from Home Assistant. This is needed to provide the full functionality Music Assistant has to offer. This full functionality includes transfer of the playing queue of music from one player to another, automatic pausing of playback during announcements, and richer options for selecting the media for playback. These entities will display media information, playback progress, and playback controls. +### Favorite current song button + +The Music Assistant integration creates a button entity for each player to favorite the current song. Pressing this button (manually or by automation) adds the current song to your Music Assistant favorites. This works for local playing songs and tracks from streaming providers. It also works with remote content such as Spotify Connect, AirPlay, or a radio station, as long as the external source provides an artist and title combination (and optionally the album). Note that the button will be marked as unavailable if there is no content playable that could be favorited. + + ## Actions ### Action `music_assistant.play_media`