From 95b6c93c1f9a998c53d783536fe2a6ff001f77f7 Mon Sep 17 00:00:00 2001 From: Matija Kovacic Date: Fri, 31 Mar 2023 17:42:04 +0200 Subject: [PATCH 1/2] Updating Supla docs with new channel types New channel types are being added in https://github.com/home-assistant/core/pull/90593. --- source/_integrations/supla.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/_integrations/supla.markdown b/source/_integrations/supla.markdown index a354cdcca23d..81c1c3ade947 100644 --- a/source/_integrations/supla.markdown +++ b/source/_integrations/supla.markdown @@ -17,7 +17,14 @@ ha_integration_type: integration The [Supla](https://supla.org/) is an Open Source home automation system for ESP8266 based devices. It has its own set of protocols, its own firmware and commercially available devices (produced for example by [Zamel](https://zamel.pl/pl-PL/produkty/supla-sterowanie-wi-fi)) -Currently only covers (shutters in Supla's lingo), gates and switches are supported, but, thanks to comprehensive and universal REST API, it's pretty easy to add more. +Currently supported channel types are: +- covers (shutters in Supla's lingo) +- gates and garage doors +- switches +- dimmable lights +- RGB lights + +Thanks to comprehensive and universal REST API, it's pretty easy to add more. Right now it's impossible to add a device -- all of them are discovered from Supla Cloud's servers or yours. Devices disabled on Supla Cloud will not be loaded into Home Assistant. From dedf2c7b1e7831cef98b6097db653faaa1281f08 Mon Sep 17 00:00:00 2001 From: Matija Kovacic Date: Mon, 3 Apr 2023 13:39:05 +0200 Subject: [PATCH 2/2] Update supla.markdown --- source/_integrations/supla.markdown | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/source/_integrations/supla.markdown b/source/_integrations/supla.markdown index 81c1c3ade947..97a478b98dec 100644 --- a/source/_integrations/supla.markdown +++ b/source/_integrations/supla.markdown @@ -17,14 +17,7 @@ ha_integration_type: integration The [Supla](https://supla.org/) is an Open Source home automation system for ESP8266 based devices. It has its own set of protocols, its own firmware and commercially available devices (produced for example by [Zamel](https://zamel.pl/pl-PL/produkty/supla-sterowanie-wi-fi)) -Currently supported channel types are: -- covers (shutters in Supla's lingo) -- gates and garage doors -- switches -- dimmable lights -- RGB lights - -Thanks to comprehensive and universal REST API, it's pretty easy to add more. +Currently only covers (shutters in Supla's lingo), gates, garage doors and switches are supported, but, thanks to comprehensive and universal REST API, it's pretty easy to add more. Right now it's impossible to add a device -- all of them are discovered from Supla Cloud's servers or yours. Devices disabled on Supla Cloud will not be loaded into Home Assistant.