Skip to content

Commit 00c8d0d

Browse files
c7hballoob
authored andcommitted
Add documentation for KIWI.KI smartlock (home-assistant#5381)
* added documentation for KIWI.KI smartlock * updated code review * removed unused line * bump ha_release to 0.72
1 parent 45adcc8 commit 00c8d0d

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

source/_components/lock.kiwi.markdown

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: page
3+
title: "KIWI Lock"
4+
description: "Instructions on how to integrate KIWI Smart Lock and Smart Entry."
5+
date: 2018-05-16 13:37
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: kiwi.png
11+
ha_category: Lock
12+
featured: false
13+
ha_release: 0.72
14+
ha_iot_class: "Cloud Polling"
15+
---
16+
17+
The `KIWI` platform allows you to open your KIWI Smart Locks and Smart Entry Devices.
18+
All you need to get started is a KIWI account. Register at [the KIWI website](https://kiwi.ki/login/).
19+
20+
## {% linkable_title Configuration %}
21+
22+
```yaml
23+
# Example configuration.yaml entry
24+
lock:
25+
- platform: kiwi
26+
username: mail@example.com
27+
password: mySecretPassword
28+
```
29+
30+
{% configuration %}
31+
username:
32+
required: true
33+
description: The username of your KIWI account.
34+
type: string
35+
password:
36+
required: true
37+
description: The password of your KIWI account.
38+
type: string
39+
{% endconfiguration %}
33.8 KB
Loading

0 commit comments

Comments
 (0)