From a0cdb2501a3204b3b2d604a39f1fc51be9ac40f7 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Mon, 8 Dec 2025 22:08:18 +0100 Subject: [PATCH 1/3] Add support for load switches to WMS WebControl pro --- source/_integrations/wmspro.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/wmspro.markdown b/source/_integrations/wmspro.markdown index 05e437b4d781..7f77f0fe4616 100644 --- a/source/_integrations/wmspro.markdown +++ b/source/_integrations/wmspro.markdown @@ -7,6 +7,7 @@ ha_category: - Hub - Light - Scene + - Switch ha_release: '2024.10' ha_iot_class: Local Polling ha_codeowners: @@ -19,6 +20,7 @@ ha_platforms: - diagnostics - light - scene + - switch ha_integration_type: hub related: - url: https://www.warema.com/en/smart-home/wms-webcontrol-pro/ @@ -56,3 +58,7 @@ The WMS WebControl pro *may* also be discovered on your local network via DHCP. - Scenes can be activated, but not changed or monitored. - Scenes are accessible via a virtual device per room. + +## Switches + +- Load bearing switches (for example, a connected heater) can be turned on and off. From ce1bd2bd2776b86a68539c46fe94c9559bc0ba34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20H=C3=B6rsken?= Date: Mon, 8 Dec 2025 22:18:01 +0100 Subject: [PATCH 2/3] Update source/_integrations/wmspro.markdown Follow Copilot review recommendation. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- source/_integrations/wmspro.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/wmspro.markdown b/source/_integrations/wmspro.markdown index 7f77f0fe4616..69f38b54f928 100644 --- a/source/_integrations/wmspro.markdown +++ b/source/_integrations/wmspro.markdown @@ -61,4 +61,4 @@ The WMS WebControl pro *may* also be discovered on your local network via DHCP. ## Switches -- Load bearing switches (for example, a connected heater) can be turned on and off. +- Load switches (for example, a connected heater) can be turned on and off. From 12a79e2bcdd1b40ebc180c4c1691141200258ddf Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Mon, 8 Dec 2025 22:25:41 +0100 Subject: [PATCH 3/3] Fix links --- source/_integrations/wmspro.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/wmspro.markdown b/source/_integrations/wmspro.markdown index 69f38b54f928..038b1e5694c7 100644 --- a/source/_integrations/wmspro.markdown +++ b/source/_integrations/wmspro.markdown @@ -25,7 +25,7 @@ ha_integration_type: hub related: - url: https://www.warema.com/en/smart-home/wms-webcontrol-pro/ title: Consumer information about WMS WebControl pro - - url: https://smartbuildings.warema.com/en/control-systems/radio-systems/wms/wms-webcontrol-pro/ + - url: https://smartbuildings.warema.com/en/control-systems/radio-systems/wms/wms-webcontrolpro/ title: Technical documentation for WMS WebControl pro ha_dhcp: true --- @@ -34,7 +34,8 @@ 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: [buttons](#buttons), [covers](#covers), [lights](#lights) and [scenes](#scenes). +See device section for support information: [buttons](#buttons), [covers](#covers), [lights](#lights), +[scenes](#scenes) and [switches](#switches). {% include integrations/config_flow.md %}