-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Document HEOS entity service to move queue items #38387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe changes update the HEOS integration documentation by introducing a new action, Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant I as HEOS Integration
participant P as HEOS Player
U->>I: Request heos.move_queue_item(payload)
I->>P: Send move command with queue_ids and destination_position
P-->>I: Acknowledge update of queue order
I-->>U: Confirm action execution
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
source/_integrations/heos.markdown
(2 hunks)
🔇 Additional comments (2)
source/_integrations/heos.markdown (2)
90-90
: Queue Actions Listing UpdateThe updated queue actions listing now includes the new
heos.move_queue_item
action along withheos.get_queue
andheos.remove_from_queue
. This clear grouping helps users immediately see all related queue management services.
132-136
: New Action Documentation forheos.move_queue_item
The header and accompanying description effectively introduce the new
heos.move_queue_item
action and explain its purpose—reordering items in the play queue. This addition enhances clarity for users on the functionality available in the HEOS integration.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @andrewsayre 👍
Proposed change
Documents the new HEOS entity service
move_queue_item
.Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit
heos.move_queue_item
for HEOS integration, enabling users to reorder items in a player's queue.