Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.1 KiB

title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title description logo ha_category ha_iot_class ha_release redirect_from
Sesame Smart Lock Instructions on how to integrate Sesame by CANDY HOUSE into Home Assistant. sesame.png
Lock
Cloud Polling 0.47
/components/lock.sesame/

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

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.

You will also need to generate an API key from my.candyhouse.co.

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
    api_key: YOUR_SESAME_API_KEY

{% configuration %} api_key: description: The API key for your Sesame account. required: true type: string {% endconfiguration %}