Updating sesame component docs (#9355)

Updating sesame component docs

Co-authored-by: Robbie Trencheny <me@robbiet.us>
This commit is contained in:
Robbie Trencheny 2019-05-17 00:08:43 -07:00 committed by GitHub
commit 46a8b34d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,18 +22,20 @@ The `sesame` platform allows you to control your [Sesame](https://candyhouse.co/
Your Sesame needs to be paired with a mobile device running the app in *virtual station* mode, or a standalone [Wi-Fi Access Point](https://candyhouse.co/collections/frontpage/products/wi-fi-access-point).
You will also need to generate an API key from [my.candyhouse.co](https://my.candyhouse.co/#/credentials).
Once you have remote access enabled using one of the above AND the Integration - cloud option enabled on the Sesame app for that lock settings, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
lock:
- platform: sesame
apy_key: YOUR_SESAPE_API_KEY
api_key: YOUR_API_KEY
```
{% configuration %}
apy_key:
description: Api Key obtained from the Sesame account
api_key:
description: The API key for your Sesame account.
required: true
type: string
{% endconfiguration %}