Skip to content

Update WMS WebControl pro button and cover documentation #38857

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 3 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
13 changes: 10 additions & 3 deletions source/_integrations/wmspro.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: WMS WebControl pro
description: Instructions on how to integrate WAREMA devices via WMS WebControl pro within Home Assistant.
ha_category:
- Button
- Cover
- Hub
- Light
Expand All @@ -13,6 +14,7 @@ ha_codeowners:
ha_domain: wmspro
ha_config_flow: true
ha_platforms:
- button
- cover
- diagnostics
- light
Expand All @@ -30,16 +32,21 @@ The **WMS WebControl pro** {% term integration %} allows you to integrate WAREMA

This integration uses a local API which is available with firmware container version 11H.

See device section for support information: [covers](#covers), [lights](#lights) and [scenes](#scenes).
See device section for support information: [buttons](#buttons), [covers](#covers), [lights](#lights) and [scenes](#scenes).

{% include integrations/config_flow.md %}

The WMS WebControl pro *may* also be discovered on your local network via DHCP.

## Buttons

- All devices that support an identification activity (for example, winking an awning or blinking a light)
can be triggered to perform such activity.

## 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.
- *Patio awnings* and *roller shutters/blinds* can be opened, closed, set to a certain position and stopped.
- The integration and library *may* already support other types of awnings or covers with a single motor.

## Lights

Expand Down