-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Document program key attribute at Home Connect #36072
base: next
Are you sure you want to change the base?
Document program key attribute at Home Connect #36072
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThe changes introduce a clarification in the Home Connect integration documentation, highlighting that some programs are not documented by the API and are therefore excluded from the integration. It informs users about the use of the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant HomeConnectAPI
participant Integration
User->>Integration: Request to use program
Integration->>HomeConnectAPI: Check program documentation
alt Program documented
HomeConnectAPI-->>Integration: Return program details
Integration-->>User: Provide program information
else Program undocumented
Integration-->>User: Inform about use of program_key
end
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)source/_integrations/home_connect.markdown (1)
The new note block effectively:
Let's verify if this documentation matches the implementation: Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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 (
|
Proposed change
Some programs are not documented, so they are not in the integration, neither have translation keys, etc.
So at core a
program_key
has been added to show the raw value of the program value in the select entiites that control the activre and the select programs.Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit
program_key
attribute for automation or scripting with undocumented programs.