-
Notifications
You must be signed in to change notification settings - Fork 16
Add documentation for using the next version #123
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
Added a new section "Using the Next Version" to the README that explains how to use the development version tagged as "next" for both Docker and Home Assistant deployments.
Updated the documentation to clearly explain that 'next' is the version currently in development, making it easier for users to understand what they're opting into.
Corrected the instructions to explain that users need to add the develop branch repository URL, not select a version from a dropdown.
Fixed the Home Assistant add-on repository URL to use the # character for specifying the develop branch.
|
Caution Review failedThe pull request is closed. WalkthroughA new "Using the Development Version" section is added to the README, providing setup instructions for the development Docker image tag (next), including docker-compose examples and Home Assistant integration guidance. This section appears twice in the file. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Added a warning that the development version may be unstable and contain bugs.
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: 0
🧹 Nitpick comments (1)
README.md (1)
225-227: Add language specifier to fenced code block.The code block at line 225 is missing a language identifier after the opening fence. While this is valid Markdown, it's better practice to specify the format for syntax highlighting.
🔎 Proposed fix
- ``` + ```url https://github.com/tomquist/hame-relay#develop - ``` + ```Alternatively, if no syntax highlighting is desired, you may leave it blank (
```) or usetext.
📜 Review details
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md
🧰 Additional context used
🪛 LanguageTool
README.md
[grammar] ~229-~229: Ensure spelling is correct
Context: ...ame-relay#develop ``` Then install the "Hame Relay" add-on from this repository to g...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
🪛 markdownlint-cli2 (0.18.1)
README.md
225-225: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: build (linux/arm/v7)
- GitHub Check: build-addon (linux/arm/v7)
🔇 Additional comments (1)
README.md (1)
196-229: Clear, well-structured documentation with appropriate warnings.The new "Using the Development Version" section is well-organized and provides clear instructions for both Docker and Home Assistant environments. The warning at line 200 appropriately communicates the risks of using the development build. The Home Assistant repository URL format with the
#developfragment is correctly specified per the PR objectives.
Added 'text' language identifier to the Home Assistant repository URL code block for better syntax highlighting.
Added a new section "Using the Next Version" to the README that explains how to use the development version tagged as "next" for both Docker and Home Assistant deployments.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.