Use default format for configuration variables

This commit is contained in:
Fabian Affolter 2017-04-01 22:14:15 +02:00
parent eaf8147342
commit c4ea556765
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -24,7 +24,8 @@ lock:
id: fdsa
```
| Configuration variables| Optional | Description |
| ---------------------- | -------- | ----------- |
| `access_token` | no | The security token provided by Lockitron to lock and unlock your lock
| `id` | no | The lock id given by Lockitron (should be a GUID)
Configuration variables:
- **access_token** (*Required*): The usernThe security token provided by Lockitron to lock and unlock your lock.
- **id** (*Required*): The lock id given by Lockitron (should be a GUID).