diff --git a/source/_integrations/supla.markdown b/source/_integrations/supla.markdown index 37bfe54d127..f6d33d0e142 100644 --- a/source/_integrations/supla.markdown +++ b/source/_integrations/supla.markdown @@ -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 -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). - required: true - type: string + 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). + required: true + type: string {% endconfiguration %}