Add light support to WMS WebControl pro (#35208)

This commit is contained in:
Marc Hörsken 2024-10-25 21:18:05 +02:00 committed by GitHub
parent 19c0e60131
commit 7e8c83c6a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@ description: Instructions on how to integrate WAREMA devices via WMS WebControl
ha_category: ha_category:
- Cover - Cover
- Hub - Hub
- Light
- Scene
ha_release: '2024.10' ha_release: '2024.10'
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_codeowners: ha_codeowners:
@ -13,6 +15,7 @@ ha_config_flow: true
ha_platforms: ha_platforms:
- cover - cover
- diagnostics - diagnostics
- light
- scene - scene
ha_integration_type: hub ha_integration_type: hub
related: related:
@ -27,7 +30,7 @@ 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. This integration uses a local API which is available with firmware container version 11H.
See device section for support information: [covers](#covers) and [scenes](#scenes). See device section for support information: [covers](#covers), [lights](#lights) and [scenes](#scenes).
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
@ -38,6 +41,10 @@ The WMS WebControl pro *may* also be discovered on your local network via DHCP.
- *Patio awnings* can be opened, closed, set to a certain position and their movement stopped. - *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. - The integration and library *may* already support other types of awnings with a single motor.
## Lights
- Dimmers (with brightness control) and switches are fully supported.
## Scenes ## Scenes
- Scenes can be activated, but not changed or monitored. - Scenes can be activated, but not changed or monitored.