Skip to content

Commit

Permalink
Create component description for KIWI Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
c7h committed Feb 11, 2018
1 parent ad67008 commit a00662f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions source/_components/lock.kiwi.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: page
title: "KIWI Lock"
description: "Instructions on how to integrate KIWI Smart Lock and Smart Entry."
date: 2017-08-13 17:25
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Lock
featured: false

ha_release:
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 variables:

- **username** (*Required*): The username of your KIWI account.
- **password** (*Required*): The password of your KIWI account.

0 comments on commit a00662f

Please sign in to comment.