home-assistant.io/source/_components/lock.sesame.markdown
Fabian Affolter 2851b2a606
Update configuration samples (#5041)
* Update configuration samples

* Minor changes
2018-03-29 10:02:47 +02:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page Sesame Smart Lock Instructions on how to integrate Sesame by CANDY HOUSE into Home Assistant. 2017-05-02 12:00 true false true true sesame.png Lock Cloud Polling 0.47

The sesame platform allows you to control your Sesame smart locks made by CANDY HOUSE, Inc.

{% linkable_title Configuration %}

Your Sesame needs to be paired with a mobile device running the app in virtual station mode, or a standalone Wi-Fi Access Point.

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:

# Example configuration.yaml entry
lock:
  - platform: sesame
    email: YOUR_E_MAIL_ADDRESS
    password: YOUR_PASSWORD

{% configuration %} email: description: The email address for your Sesame account. required: true type: string password: description: The password for your Sesame account. required: true type: string {% endconfiguration %}