mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 19:57:12 +00:00
Update Supla's page with new device supported (#10265)
This commit is contained in:
parent
f83611dbc5
commit
691c628e63
@ -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/))
|
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
|
Right now it's impossible to add single devices -- all of them are discovered from Supla Cloud's servers or yours.
|
||||||
Supla Cloud's servers.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@ -24,9 +23,9 @@ To use Supla devices in your installation, add the following to your `configurat
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
supla:
|
supla:
|
||||||
servers:
|
servers:
|
||||||
- server: svr1.supla.org
|
- server: svr1.supla.org
|
||||||
access_token: your_really_long_access_token
|
access_token: your_really_long_access_token
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user