docs(spotify): document setup and Home Assistant speaker routing#26796
Closed
BROCCOLO1D wants to merge 1 commit into
Closed
docs(spotify): document setup and Home Assistant speaker routing#26796BROCCOLO1D wants to merge 1 commit into
BROCCOLO1D wants to merge 1 commit into
Conversation
teknium1
added a commit
that referenced
this pull request
May 17, 2026
Adds release-note attribution mappings for: - @Saurav0989 (PR #27071) - @avifenesh (PR #25902) - @BROCCOLO1D (PR #26796) - @matthewlai (PR #25293)
Contributor
|
Merged via PR #27247 — your commit was cherry-picked onto current |
gweeteve
pushed a commit
to gweeteve/hermes-agent
that referenced
this pull request
Jun 2, 2026
Adds release-note attribution mappings for: - @Saurav0989 (PR NousResearch#27071) - @avifenesh (PR NousResearch#25902) - @BROCCOLO1D (PR NousResearch#26796) - @matthewlai (PR NousResearch#25293)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #15615.
Updates the Spotify feature guide to make the first-run
hermes setup/hermes setup toolspath discoverable alongsidehermes tools, and documents that Home Assistant-managed speakers which support Spotify Connect show up throughspotify_devices listwithout any Hermes-side HA↔Spotify bridge.Why / root cause
The current setup/tool picker on
mainalready includes thespotifytoolset and keeps it opt-in, but the user-facing Spotify guide only pointed users athermes tools. The guide also did not explain the Home Assistant speaker case called out in the issue.Changes
website/docs/user-guide/features/spotify.md: mentions the first-run setup/tools toggle and that it uses the same provider-aware configuration flow ashermes tools.website/docs/user-guide/features/spotify.md: adds a "Home Assistant-managed speakers" subsection explaining Spotify Connect discovery, targeting by display name, and explicitdevice_idtransfer for scripts.Tests
$HOME/.hermes/hermes-agent/venv/bin/python - <<'PY' ...verifiedspotifyis present inCONFIGURABLE_TOOLSETSand remains in_DEFAULT_OFF_TOOLSETS.Out of scope