1.5 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms, ha_integration_type, related, ha_quality_scale
title description ha_category ha_iot_class ha_release ha_domain ha_platforms ha_integration_type related ha_quality_scale
Sesame Smart Lock Instructions on how to integrate Sesame by CANDY HOUSE into Home Assistant.
Lock
Cloud Polling 0.47 sesame
lock
integration
docs title
/docs/configuration/ Configuration file
legacy

The sesame {% term integration %} allows you to control your Sesame smart locks made by CANDY HOUSE, Inc.

Sesame Smart Lock Versions

The integration documented here should only be used with the original Sesame Lock.

Sesame Smart Lock version 5 and Hub version 3 were released in 2025 and can be integrated with Home Assistant via the Matter integration instead.

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 {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# 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 %}