-
Notifications
You must be signed in to change notification settings - Fork 19
Adds WLED app #7
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR adds comprehensive documentation for the WLED controller app, enabling users to control WLED lighting devices directly from their badge. The documentation follows the established app documentation pattern and includes all necessary setup and usage information.
Key changes:
- Added detailed WLED app documentation with features, controls, installation, and configuration
- Included icon asset for the app launcher
- Provided WiFi and device IP configuration examples
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/content/apps/wled.mdx | Complete documentation page for WLED controller app including features, multi-view controls, installation steps, file layout, and required secrets.py configuration |
| public/images/apps/wled_icon.png | PNG icon asset for the WLED app launcher |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This pull request adds a new documentation page for the WLED app, providing a comprehensive overview of its features, controls, installation steps, file layout, and configuration requirements. The documentation is structured to help users understand how to install, configure, and use the app to control WLED devices from their badge.
New WLED app documentation:
src/content/apps/wled.mdxwith a detailed description of the WLED controller app, including its features (status monitor, power toggle, color presets, effect picker, brightness control) and user controls./secrets.py, ensuring users know how to connect their badge to a WLED device.