mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update Garadget cover component configuration (#6936)
This commit is contained in:
parent
b5b9d75911
commit
58f653cfaa
@ -25,24 +25,42 @@ To enable Garadget Covers in your installation, add the following to your `confi
|
|||||||
cover:
|
cover:
|
||||||
- platform: garadget
|
- platform: garadget
|
||||||
covers:
|
covers:
|
||||||
190028001947343412342341:
|
190028001947343412342341:
|
||||||
username: YOUR_USERNAME
|
username: YOUR_USERNAME
|
||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
4c003f001151353432134214:
|
4c003f001151353432134214:
|
||||||
access_token: df4cc785ff818f2b01396c44142342fccdef
|
access_token: df4cc785ff818f2b01396c44142342fccdef
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
covers:
|
||||||
- **covers** array (*Required*): List of your doors.
|
description: List of your doors.
|
||||||
- **device** (*Required*): This is the device id from your Garadget portal.
|
required: true
|
||||||
- Either:
|
type: list
|
||||||
- **username** (*Required*): Your Garadget account username.
|
keys:
|
||||||
- **password** (*Required*): Your Garadget account password.
|
device:
|
||||||
- Or:
|
description: This is the device id from your Garadget portal.
|
||||||
- **access_token** (*Required*): A generated `access_token` from your Garadget account.
|
required: true
|
||||||
- **name** (*Optional*): Name to use in the frontend, will use name configured in Garadget otherwise.
|
type: string
|
||||||
|
keys:
|
||||||
|
username:
|
||||||
|
description: Your Garadget account username.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
password:
|
||||||
|
description: Your Garadget account password.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
access_token:
|
||||||
|
description: A generated `access_token` from your Garadget account.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: me to use in the frontend, will use name configured in Garadget otherwise.
|
||||||
|
required: false
|
||||||
|
default: Garadget
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
If provided, the **access_token** will be used, otherwise the **username** and **password** will be used to automatically generate an access token at start time.
|
If provided, the **access_token** will be used, otherwise the **username** and **password** will be used to automatically generate an access token at start time.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user