docs: music playback (Mopidy+Spotify) working; fast voice-fast LLM route

This commit is contained in:
sam
2026-08-31 07:05:27 +10:00
parent 9d625150f1
commit 3d06a49e8f
2 changed files with 16 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ Same effect — the agent picks up the topic and speaks the reply. (Use whicheve
| "put on your Donald Trump voice and tell me a joke" | `speak_as` | piper (per-character) |
| "send {topic}/{payload}" (advanced) | `ha_service_cmd` | HA any service |
| any open question | `answer` | OmniRoute LLM |
| "play {artist/album}" | `play_music` | Mopidy *(planned)* |
| "play {artist/album}" | `play_music` | Mopidy → Spotify (gst-plugin-spotify + credentials.json) ✅ |
The LLM picks the tool automatically from natural language — you don't pick it.