Best-fit scenarios
Use to control music playback with explicit action/query/room/volume inputs.
Tater Assistant
Phase One Wiki
Play music and control playback via Music Assistant in Home Assistant.Supports play/queue/pause/resume/stop/next/previous/volume. Some devices provide room context in the system prompt, use it for room unless the user has specified a roomIf room is truly unknown, ask the user where to play.
Use to control music playback with explicit action/query/room/volume inputs.
Use the example call shape below and provide only the fields the plugin expects.
What the user wants to play (artist, album, track, playlist).
Music Assistant config_entry_id
Optional. One per line. Simplest format: Kitchen: media_player.sonos_kitchen Family Room: media_player.sonos_family_room Also accepts JSON formats for backwards compatibility.
{
"function": "music_assistant",
"arguments": {
"query": "What the user wants to play (artist, album, track, playlist)."
}
}