✏️ Fix config format for Supla integration (#14255)

This commit is contained in:
Klaas Schoute 2020-08-17 11:58:58 +02:00 committed by GitHub
parent 10b92c9a2a
commit b967e6fa60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ To use Supla devices in your installation, add the following to your `configurat
supla:
servers:
- server: svr1.supla.org
access_token: your_really_long_access_token
access_token: YOUR_ACCESS_TOKEN
```
{% configuration %}
@ -34,14 +34,13 @@ servers:
description: List of server configurations.
requires: true
type: list
keys:
server:
description: Address of your Supla Cloud server (either IP or DNS name)
required: true
type: string
access_token:
description:
An access token for REST API configuration. Can be acquired from
`http[s]://your.server.org/integrations/tokens` (please add at least Channel's Read and Action Execution permissions).
description: An access token for REST API configuration. Can be acquired from `http[s]://your.server.org/integrations/tokens` (please add at least Channel's Read and Action Execution permissions).
required: true
type: string
{% endconfiguration %}