diff --git a/source/_integrations/lockitron.markdown b/source/_integrations/lockitron.markdown deleted file mode 100644 index 4f32722a7d2..00000000000 --- a/source/_integrations/lockitron.markdown +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Lockitron -description: Instructions on how to integrate Lockitron locks into Home Assistant. -ha_category: - - Lock -ha_iot_class: Cloud Polling -ha_release: 0.42 -ha_domain: lockitron ---- - -The `lockitron` platform allows you to control your [Lockitron](https://lockitron.com/) lock from within Home Assistant. - -## Setup - -In order to get the correct `access_token` and `id`, log on to their [developer page](https://api.lockitron.com/), 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: - -```yaml -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 %} diff --git a/source/_redirects b/source/_redirects index b3a0be9b760..1e1036f540e 100644 --- a/source/_redirects +++ b/source/_redirects @@ -475,7 +475,6 @@ /components/lock.homematic /integrations/homematic /components/lock.isy994 /integrations/isy994 /components/lock.kiwi /integrations/kiwi -/components/lock.lockitron /integrations/lockitron /components/lock.nello /integrations/nello /components/lock.nuki /integrations/nuki /components/lock.sesame /integrations/sesame @@ -1514,7 +1513,6 @@ /components/lock.mqtt /integrations/lock.mqtt /components/lock.template /integrations/lock.template /components/lock.xiaomi_aqara /integrations/lock.xiaomi_aqara -/components/lockitron /integrations/lockitron /components/logbook /integrations/logbook /components/logentries /integrations/logentries /components/logger /integrations/logger