-
-
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 scene support to WMS WebControl pro #34887
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
4b6490f
to
ff66a0f
Compare
📝 Walkthrough📝 WalkthroughWalkthroughThe pull request introduces several modifications to the Changes
📜 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 (
|
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 and nitpick comments (1)
source/_integrations/wmspro.markdown (1)
39-40
: LGTM with minor formatting suggestionsThe new "Scenes" section provides clear and concise information about the capabilities of scenes in this integration. However, there are a couple of minor formatting issues to address:
- Add a blank line before and after the "Scenes" header.
- Add a blank line before and after the list item.
Here's the suggested formatting:
## Covers - *Patio awnings* can be opened, closed, set to a certain position and their movement stopped. - The integration and library *may* already support other types of awnings with a single motor. ## Scenes - Scenes can be activated, but not changed or monitored.Tools
LanguageTool
[duplication] ~39-~39: Possible typo: you repeated a word
Context: ...pes of awnings with a single motor. ## Scenes - Scenes can be activated, but not changed or mo...(ENGLISH_WORD_REPEAT_RULE)
Markdownlint
39-39: Expected: 1; Actual: 0; Below
Headings should be surrounded by blank lines(MD022, blanks-around-headings)
40-40: null
Lists should be surrounded by blank lines(MD032, blanks-around-lists)
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
<details>
Files selected for processing (1)
- source/_integrations/wmspro.markdown (3 hunks)
Additional context used
LanguageTool
source/_integrations/wmspro.markdown
[duplication] ~39-~39: Possible typo: you repeated a word
Context: ...pes of awnings with a single motor. ## Scenes - Scenes can be activated, but not changed or mo...(ENGLISH_WORD_REPEAT_RULE)
Markdownlint
source/_integrations/wmspro.markdown
39-39: Expected: 1; Actual: 0; Below
Headings should be surrounded by blank lines(MD022, blanks-around-headings)
40-40: null
Lists should be surrounded by blank lines(MD032, blanks-around-lists)
Additional comments not posted (4)
source/_integrations/wmspro.markdown (4)
7-7
: LGTM: Consistent quote styleThe change from double quotes to single quotes for the
ha_release
field aligns with the typical YAML style used in Home Assistant documentation.
28-28
: LGTM: Updated support informationThe support information has been correctly updated to include both covers and scenes, providing clear navigation to the relevant sections of the document.
Line range hint
7-40
: Overall: Excellent addition of scene support documentationThis PR successfully adds scene support documentation to the WMS WebControl pro integration. The changes are well-documented, clear, and consistent with the PR objectives. Here's a summary of the key updates:
- Added 'scene' to the
ha_platforms
list.- Updated the support information to include scenes.
- Added a new "Scenes" section describing the capabilities.
These changes effectively communicate the new scene support feature to users of the integration. The minor formatting suggestions I've provided will further improve the document's readability and consistency with Home Assistant's documentation standards.
Great work on enhancing the WMS WebControl pro integration documentation!
15-15
: LGTM: Scene platform addedThe addition of 'scene' to the
ha_platforms
list correctly reflects the new scene support for this integration.Let's verify that this change is consistent with other parts of the document:
Verification successful
Verification Passed: Scene platform addition is consistent
The addition of 'scene' to the
ha_platforms
list aligns with other mentions in the document, confirming consistency with the Scenes section.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check for mentions of 'scene' or 'scenes' in the file rg -i 'scene' source/_integrations/wmspro.markdownLength of output: 212
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, @mback2k 👍
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.
There's a merge conflict
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Rebased and solved. |
Proposed change
Add scene support to WMS WebControl pro
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit
New Features
Documentation
ha_release
field for consistency.