-
-
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
Add documentation for Axion Lighting integration #34532
base: next
Are you sure you want to change the base?
Conversation
WalkthroughWalkthroughThe integration of Axion Lighting into Home Assistant has been documented in a new file, enabling users to control Axion Lighting systems via the DMX protocol. The documentation includes configuration options, supported light modes, and service definitions for controlling brightness and color settings. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Home Assistant
participant DMX Controller
participant Axion Lighting System
User->>Home Assistant: Control light (e.g., set color)
Home Assistant->>DMX Controller: Send command (e.g., set RGB)
DMX Controller->>Axion Lighting System: Relay command
Axion Lighting System-->>DMX Controller: Acknowledge command
DMX Controller-->>Home Assistant: Confirm action
Home Assistant-->>User: Update interface
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Files skipped from review as they are similar to previous changes (1)
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 (
|
✅ 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/axion_dmx.markdown (1)
15-16
: Mention the DMX channel numbering convention in the introduction.To improve clarity, consider mentioning that the DMX channels are numbered starting from 1 in the introduction itself.
Apply this diff to mention the DMX channel numbering convention:
-The Axion Lighting integration allows you to control [Axion Lights](https://axionlighting.com/) systems via DMX protocol within Home Assistant. This integration supports various light modes including White, Tunable White, RGB, RGBW, and RGBWW with accurate brightness scaling and channel numbering starting from 1. +The Axion Lighting integration allows you to control [Axion Lights](https://axionlighting.com/) systems via DMX protocol within Home Assistant. This integration supports various light modes including White, Tunable White, RGB, RGBW, and RGBWW with accurate brightness scaling. The DMX channels are numbered starting from 1.
Proposed change
Add documentation for Axion Lighting integration.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit