Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

802 B

title description logo ha_category ha_release ha_iot_class redirect_from
KIWI Lock Instructions on how to integrate KIWI Smart Lock and Smart Entry. kiwi.png
Lock
0.72 Cloud Polling
/components/lock.kiwi/

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.

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