-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add flash and transition feature flags for MQTT json light #38478
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
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThis pull request extends MQTT light configuration documentation by adding two new optional boolean properties, Changes
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. 🪧 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 (
|
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 (2)
source/_integrations/mqtt.markdown (2)
740-745
: New Abbreviation for Flash Feature Added
The addition of the'flsh': 'flash'
entry is consistent with the existing abbreviation pattern. The abbreviation “flsh” succinctly represents “flash” and fits well with the style used in this list.
935-940
: New Abbreviation for Transition Feature Added
The inclusion of the'trns': 'transition'
entry follows the same abbreviation style as the rest of the table. Make sure that the shortened form “trns” is referenced appropriately in other documentation so users can reliably use it when configuring MQTT messages.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
source/_integrations/light.mqtt.markdown
(2 hunks)source/_integrations/mqtt.markdown
(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Redirect rules - home-assistant-docs
- GitHub Check: Header rules - home-assistant-docs
- GitHub Check: Pages changed - home-assistant-docs
🔇 Additional comments (2)
source/_integrations/light.mqtt.markdown (2)
667-674
: Addition of Flash Property to MQTT Light Schema
The newflash
property is defined clearly with an appropriate description, a default oftrue
, and marked as not required. This change meets the PR objectives and aligns correctly with the new abbreviation in the MQTT documentation.
763-770
: Addition of Transition Property to MQTT Light Schema
The newly addedtransition
property is well specified with a boolean type, a default value oftrue
, and a clear description. This update correctly enables transition effects for MQTT lights and is consistent with the overall schema design.
Hey there @emontnemery, @bdraco, mind taking a look at this feedback as it has been labeled with an integration ( Code owner commandsCode owners of
|
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, @jbouwh 👍
Proposed change
Add flash and transition feature flags for MQTT json light
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit
New Features
Documentation