From 691c628e63154003c99064df072585c1daf91795 Mon Sep 17 00:00:00 2001 From: Rocik Date: Mon, 2 Sep 2019 20:30:51 +0200 Subject: [PATCH] Update Supla's page with new device supported (#10265) --- source/_components/supla.markdown | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/source/_components/supla.markdown b/source/_components/supla.markdown index 7d814011685..22e48ec216d 100644 --- a/source/_components/supla.markdown +++ b/source/_components/supla.markdown @@ -13,10 +13,9 @@ redirect_from: The [Supla](http://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/)) -Currently only covers (shutters in Supla's lingo) 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) 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. +Right now it's impossible to add single devices -- all of them are discovered from Supla Cloud's servers or yours. ## Configuration @@ -24,9 +23,9 @@ To use Supla devices in your installation, add the following to your `configurat ```yaml supla: - servers: - - server: svr1.supla.org - access_token: your_really_long_access_token + servers: + - server: svr1.supla.org + access_token: your_really_long_access_token ``` {% configuration %}