8000 Add cover platform to Qbus integration by thomasddn · Pull Request #39286 · home-assistant/home-assistant.io · GitHub
[go: up one dir, main page]

Skip to content

Add cover platform to Qbus integration #39286

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

Open
wants to merge 7 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions source/_integrations/qbus.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ title: Qbus
description: Instructions on how to integrate your Qbus installation with Home Assistant.
ha_category:
- Climate
- Cover
- Hub
- Light
- Scene
- Switch
ha_platforms:
- climate
- cover
- light
- scene
- switch
Expand Down Expand Up @@ -45,10 +48,11 @@ There is currently support for the following **Qbus** products within Home Assis

## Available entities

- **Climate**: manages thermostats by setting temperature and choosing presets.
- **Light**: controls dimmer lights, allowing both on/off functionality and brightness adjustment.
- **Scene**: activates predefined scenes.
- **Switch**: toggles on/off outputs.
- **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.

## Removing the integration

Expand Down
0