-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add new SMLIGHT devices to supported device list #39336
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 project configuration. |
📝 WalkthroughWalkthroughThe documentation for SLZB-06 adapters was updated to generalize the description of multi-radio device support, replacing specific details for the SLZB-MR1 with a broader explanation applicable to multiple devices. The list of supported multi-radio devices was expanded to include SLZB-MR1, SLZB-MR2, and SLZB-MR3. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Documentation
User->>Documentation: Reads about SLZB-06 adapter support
Documentation-->>User: Provides generalized info for multi-radio devices (SLZB-MR1, MR2, MR3)
Documentation-->>User: Lists additional entities (firmware updates, temp sensor, router reconnect, etc.)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
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:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (1)
source/_integrations/smlight.markdown (1)
44-49
: Surround the new device list with blank linesMarkdown lists must be separated from surrounding paragraphs by blank lines (MD032). Add an empty line before the first
- [SLZB-MR1]
entry and another after the last- [SLZB-MR3]
to ensure proper rendering and satisfy the linter.@@ -Multi radio devices - Additional entities will be created for the second Zigbee radio, including Zigbee firmware updates, temperature sensor, router reconnect button and firmware type. (Note: the Zigbee restart and flash mode buttons are shared between both radios.) Requires core firmware `v2.8.x` or later. - - - [SLZB-MR1](https://smlight.tech/product/slzb-mr1/) - - [SLZB-MR2](https://smlight.tech/product/slzb-mr2/) - - [SLZB-MR3](https://smlight.tech/product/slzb-mr3/) +Multi radio devices - Additional entities will be created for the second Zigbee radio, including Zigbee firmware updates, temperature sensor, router reconnect button and firmware type. (Note: the Zigbee restart and flash mode buttons are shared between both radios.) Requires core firmware `v2.8.x` or later. + +- [SLZB-MR1](https://smlight.tech/product/slzb-mr1/) +- [SLZB-MR2](https://smlight.tech/product/slzb-mr2/) +- [SLZB-MR3](https://smlight.tech/product/slzb-mr3/) + Core firmware on your SLZB-06x device must be `v2.3.6` or newer...🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
46-46: Lists should be surrounded by blank lines
null(MD032, blanks-around-lists)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
📒 Files selected for processing (1)
source/_integrations/smlight.markdown
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
source/_integrations/smlight.markdown
46-46: Lists should be surrounded by blank lines
null
(MD032, blanks-around-lists)
⏰ 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
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, @tl-sl 👍
Thanks @c0ffeeca7 |
Proposed change
Add 2 new devices, SLZB-MR2 and SLZB-MR3 to the supported devices list.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit