mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
✏️ Fix config format for Supla integration (#14255)
This commit is contained in:
parent
10b92c9a2a
commit
b967e6fa60
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user