Skip to main content

Play Music with Music Assistant

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Requirements

  • Music Assistant server installed and integrated with Home Assistant
  • View: Music view
  • The recently added musicplayer_device must be added to your View Assistant device configuration as explained in the Satellite Custom Device Configuration portion of the wiki. This should be a Music Assistant player device. Typically these will be named the same as your mediaplayer_device but with a _2 on the end

Translations

This section provides examples of the custom sentences in different languages. Adjustments may be needed based on your specific usage and preferences.

Play Artist Command

  • en: (play the artist {artist} | play some {artist} [music] |play [some] [music | songs] by {artist})
  • de: (Spiele den Künstler {artist} | Spiele etwas {artist} [Musik] | Spiele [etwas] [Musik | Lieder] von {artist})

Play Playlist Command

  • en: start [the] {playlist} playlist
  • de: Spiele [die] Playlist {playlist}

Play Song Command

  • en: play {song} by {artist}
  • de: Spiele [den Song|den Titel] {song} von {artist}

Queue Song Command

  • en: (queue | cue | Q) {song} by {artist}
  • de: Setze [den Song|den Titel] {song} von {artist} [in|auf] die Warteschlange

Changelog

VersionDescription
v 1.0.4Add additional sentences, improvements and conditional responses
v 1.0.3Add new MA instance requirement to BP inputs
v 1.0.2Change action calls to use new music_assistant viariant
v 1.0.1Move change view to beginning of sequences and change default view values to the correct one
v 1.0.0Initial release