dragouf / sesame_lock_homeassistant

a code assistant custom component for sesame lock 5 using webapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sesame_lock_homeassistant

a code assistant custom component for sesame lock 3/4/5 using webapi


title: Sesame Smart Lock description: Instructions on how to integrate Sesame by CANDY HOUSE into Home Assistant. ha_category:

  • Lock ha_iot_class: Cloud Polling ha_release: 0.47 ha_domain: sesame ha_platforms:
  • lock ha_integration_type: integration

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 standalone Wi-Fi Access Point purchased separately.

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_lock
    api_key: "your_sesame_api_key"
    uuid: "your_sesame_uuid"
    client_secret: "your_sesame_client_secret"
    

{% configuration %} api_key: description: The API key for your Sesame account. required: true type: string uuid: description: The device uuid found in sesame app. required: true type: string client_secret: description: The device client secret found by sending device QR code to sesame webapi admin required: true type: string {% endconfiguration %}

About

a code assistant custom component for sesame lock 5 using webapi

License:MIT License


Languages

Language:Python 100.0%