home-assistant.github.io/source/_components/lock.lockitron.markdown
Anubhaw Arya 527a888af8 Lockitron page (#2339)
* Lockitron page

* Configuration variables instead of service data attributes
2017-03-31 21:20:08 +02:00

1.1 KiB

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

The lockitron platform allows you to control your Lockitron lock from within Home Assistant. 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).

lock:
  - platform: lockitron
    access_token: asdf
    id: fdsa
Configuration variables Optional Description
access_token no The security token provided by Lockitron to lock and unlock your lock
id no The lock id given by Lockitron (should be a GUID)