Update Velux component configuration variable (#6533)

Update style of tesla component documentation to follow new configuration variables description.
Related to #6385.
This commit is contained in:
Klaas Schoute 2018-10-05 18:08:35 +02:00 committed by Franck Nijhof
parent 696ddfbb10
commit f351e5f4dc

View File

@ -33,8 +33,18 @@ tesla:
password: YOUR_PASSWORD password: YOUR_PASSWORD
``` ```
Configuration variables: {% configuration %}
username:
- **username** (*Required*): The email address associated with your Tesla account. description: The email address associated with your Tesla account.
- **password** (*Required*): The password for your given Tesla account. required: true
- **scan_interval** (*Optional*): API polling interval. Minimal value can't be less then 300. (Defaults 300) type: string
password:
description: The password associated with your Tesla account.
required: true
type: string
scan_interval:
description: API polling interval. Minimal value can't be less then 300.
required: false
default: 300
type: integer
{% endconfiguration %}