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

895 B

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
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
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 %}