From c4ea556765888484f295976b70a780540f433970 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Apr 2017 22:14:15 +0200 Subject: [PATCH] Use default format for configuration variables --- source/_components/lock.lockitron.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_components/lock.lockitron.markdown b/source/_components/lock.lockitron.markdown index c26a16be5f8..418881c1693 100644 --- a/source/_components/lock.lockitron.markdown +++ b/source/_components/lock.lockitron.markdown @@ -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) \ No newline at end of file +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). +