Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add the "KIWI Opening Door" logo to this PR?

ha_release: 0.63.1
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update this to the next major release (0.66 at the time of writing this comment).

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.