mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
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
This commit is contained in:
parent
33ca763076
commit
15db1009a3
39
source/_components/lock.kiwi.markdown
Normal file
39
source/_components/lock.kiwi.markdown
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "KIWI Lock"
|
||||||
|
description: "Instructions on how to integrate KIWI Smart Lock and Smart Entry."
|
||||||
|
date: 2018-05-16 13:37
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: kiwi.png
|
||||||
|
ha_category: Lock
|
||||||
|
featured: false
|
||||||
|
ha_release: 0.72
|
||||||
|
ha_iot_class: "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](https://kiwi.ki/login/).
|
||||||
|
|
||||||
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# 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 %}
|
BIN
source/images/supported_brands/kiwi.png
Normal file
BIN
source/images/supported_brands/kiwi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Loading…
x
Reference in New Issue
Block a user