mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 14:46:47 -06:00
757 B
757 B
title, description, logo, ha_category, ha_release, ha_iot_class
| title | description | logo | ha_category | ha_release | ha_iot_class | |
|---|---|---|---|---|---|---|
| KIWI Lock | Instructions on how to integrate KIWI Smart Lock and Smart Entry. | kiwi.png |
|
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.
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 %}