-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add cover platform to Qbus integration #39686
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
It seems that this PR is targeted against an incorrect branch. Documentation updates which apply to our current stable release should target the |
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThe Qbus integration documentation was updated to include the "Cover" and "Hub" categories, and the supported platforms now list "cover." A new section describes the "Cover" entity type and its capabilities. Descriptions for other entities were revised for consistency and clarity, with minor wording adjustments. Changes
Assessment against linked issues
Assessment against linked issues: Out-of-scope changesNo out-of-scope changes found. 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/qbus.markdown (1)
51-55
: Align bullet-point phrasing for consistency.For consistency with the docs style-guide, start each description with an imperative verb and keep them roughly the same length.
-**Climate**: manage thermostats by setting temperature and choosing presets. -**Cover**: operate covers with support for actions like open, close, stop, position adjustment, and tilt — depending on your setup. -**Light**: control dimmer lights, allowing both on/off functionality and brightness adjustment. -**Scene**: activate predefined scenes. -**Switch**: toggle on/off outputs. +**Climate**: Set temperatures and select presets for thermostats. +**Cover**: Open, close, stop, or set position/tilt of covers (where supported). +**Light**: Turn lights on/off and adjust brightness. +**Scene**: Activate predefined scenes. +**Switch**: Toggle outputs on or off.Optional but improves readability.
📜 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/qbus.markdown
(2 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
`source/_integrations/*`: Integration documentation must use the provided template structure and section order.
source/_integrations/*
: Integration documentation must use the provided template structure and section order.
source/_integrations/qbus.markdown
🔇 Additional comments (2)
source/_integrations/qbus.markdown (2)
4-8
: Validate newha_category
entries (Cover
,Hub
).
ha_category
must contain one or more entries from the fixed list defined in the core docs.
Cover
andHub
are not part of that list (the integration is already tagged as a hub viaha_integration_type: hub
). Keeping unknown values will break the build.ha_category: - Climate - - Cover - - Hub - Light - Scene - SwitchEither drop the two lines or replace them with approved categories.
If you’re unsure, run the docs build locally or grep the repo for existingha_category
values.
11-16
:cover
platform addition looks good.The new platform is correctly listed and alphabetically ordered. No further action required.
Proposed change
Adds documentation for the cover platform of the Qbus integration.
This is PR is the same as the accidentally closed #39286.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit