File tree 2 files changed +39
-0
lines changed 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
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 %}
You can’t perform that action at this time.
0 commit comments