home-assistant.io/source/_components/lockitron.markdown
Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

1.3 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release redirect_from
page Lockitron Lock Instructions on how to integrate Lockitron locks into Home Assistant. 2017-03-24 00:00 true false true true lockitron.png
Lock
Cloud Polling 0.42
/components/lock.lockitron/

The lockitron platform allows you to control your Lockitron lock from within Home Assistant.

Setup

In order to get the correct access_token and id, log on to their developer page, create a new app, and get the access_token they give you. Then, call the retrieve all locks function on the page and get the id of your lock (make sure you get your lock's id and not the virtual lock they create for you).

Configuration

To enable the lock, add the following lines to your configuration.yaml file:

lock:
  - platform: lockitron
    access_token: YOUR_ACCESS_TOKEN
    id: YOUR_ID

{% configuration %} access_token: description: The security token provided by Lockitron to lock and unlock your lock. required: true type: string id: description: The lock id given by Lockitron (should be a GUID). required: true type: string {% endconfiguration %}