From 5a813aad5a83ec1fe20b5fdbc57e7b82d2060251 Mon Sep 17 00:00:00 2001 From: Rocik Date: Sat, 8 Feb 2020 20:13:29 +0100 Subject: [PATCH 1/2] Fix typo in Supla integration --- source/_integrations/supla.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/supla.markdown b/source/_integrations/supla.markdown index eb2597bbf347..23eccf1ac705 100644 --- a/source/_integrations/supla.markdown +++ b/source/_integrations/supla.markdown @@ -11,7 +11,7 @@ ha_codeowners: - '@mwegrzynek' --- -The [Supla](https://supla.org/) is an Open Source home automation system for ESP8266 based devices. It has its own set of protocols, it's own firmware and commercially available devices (produced for example by [Zamel](https://supla.zamel.pl/)) +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://supla.zamel.pl/)) Currently only covers (shutters in Supla's lingo) and switches are supported, but, thanks to comprehensive and universal REST API, it's pretty easy to add more. From b7ee995dc7c2b4b96acf2416deacb07172b65991 Mon Sep 17 00:00:00 2001 From: Rocik Date: Sat, 8 Feb 2020 20:17:16 +0100 Subject: [PATCH 2/2] Update Supla integration with new device supported --- source/_integrations/supla.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/supla.markdown b/source/_integrations/supla.markdown index 23eccf1ac705..a643f60ac169 100644 --- a/source/_integrations/supla.markdown +++ b/source/_integrations/supla.markdown @@ -13,9 +13,10 @@ ha_codeowners: 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://supla.zamel.pl/)) -Currently only covers (shutters in Supla's lingo) and switches are supported, but, thanks to comprehensive and universal REST API, it's pretty easy to add more. +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. -Right now it's impossible to add single devices -- all of them are discovered from Supla Cloud's servers or yours. +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. ## Configuration