mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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:
|
supla:
|
||||||
servers:
|
servers:
|
||||||
- server: svr1.supla.org
|
- server: svr1.supla.org
|
||||||
access_token: your_really_long_access_token
|
access_token: YOUR_ACCESS_TOKEN
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -34,14 +34,13 @@ servers:
|
|||||||
description: List of server configurations.
|
description: List of server configurations.
|
||||||
requires: true
|
requires: true
|
||||||
type: list
|
type: list
|
||||||
server:
|
keys:
|
||||||
description: Address of your Supla Cloud server (either IP or DNS name)
|
server:
|
||||||
required: true
|
description: Address of your Supla Cloud server (either IP or DNS name)
|
||||||
type: string
|
required: true
|
||||||
access_token:
|
type: string
|
||||||
description:
|
access_token:
|
||||||
An access token for REST API configuration. Can be acquired from
|
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).
|
||||||
`http[s]://your.server.org/integrations/tokens` (please add at least Channel's Read and Action Execution permissions).
|
required: true
|
||||||
required: true
|
type: string
|
||||||
type: string
|
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user