home-assistant.io/source/_components/lock.kiwi.markdown
Christoph Gerneth 15db1009a3 Add documentation for KIWI.KI smartlock (#5381)
* added documentation for KIWI.KI smartlock

* updated code review

* removed unused line

* bump ha_release to 0.72
2018-06-22 09:51:03 -04:00

890 B

layout title description date sidebar comments sharing footer logo ha_category featured ha_release ha_iot_class
page KIWI Lock Instructions on how to integrate KIWI Smart Lock and Smart Entry. 2018-05-16 13:37 true false true true kiwi.png Lock false 0.72 Cloud Polling

The KIWI platform allows you to open your KIWI Smart Locks and Smart Entry Devices. All you need to get started is a KIWI account. Register at the KIWI website.

{% linkable_title Configuration %}

# Example configuration.yaml entry
lock:
  - platform: kiwi
    username: mail@example.com
    password: mySecretPassword

{% configuration %} username: required: true description: The username of your KIWI account. type: string password: required: true description: The password of your KIWI account. type: string {% endconfiguration %}