-
-
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
Fix/Adjust WLED documentation #34204
Conversation
WalkthroughWalkthroughThe recent updates to the WLED integration documentation in Home Assistant focus on enhancing clarity and usability. Key improvements include specifying the minimum required version, expanding device support descriptions, adding a prerequisites section, and reorganizing content for better navigation. These changes aim to provide users with a clearer understanding of the integration's capabilities and requirements. Changes
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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
Outside diff range, codebase verification and nitpick comments (1)
source/_integrations/wled.markdown (1)
103-116
: Improve sentence structure for clarity.The sentences in the "Nightlight" and "Sync receive and sync send" sections should include subjects for clarity.
- Toggles the WLED Timer. Can be configured on the WLED itself under + The Nightlight toggles the WLED Timer. It can be configured on the WLED itself under - Toggles the synchronization between multiple WLED devices. Can be configured on the WLED itself under + The Sync receive and sync send toggles the synchronization between multiple WLED devices. It can be configured on the WLED itself underTools
LanguageTool
[style] ~108-~108: To form a complete sentence, be sure to include a subject.
Context: ...### Nightlight Toggles the WLED Timer. Can be configured on the WLED itself under ...(MISSING_IT_THERE)
[style] ~114-~114: To form a complete sentence, be sure to include a subject.
Context: ...nization between multiple WLED devices. Can be configured on the WLED itself under ...(MISSING_IT_THERE)
Markdownlint
115-115: Expected: 0 or 2; Actual: 1
Trailing spaces(MD009, no-trailing-spaces)
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, @frenck 👍
Proposed change
Some small adjustments to the WLED integration page.
Above all, it adjusts the prerequisites, as WLED 0.14.0 is now required.
closes home-assistant/core#123359
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit