Add Xiaomi Aqara Door Lock (#5387)

This commit is contained in:
Sebastian Muszynski 2018-05-22 10:40:34 +02:00 committed by GitHub
parent b3197dfa1b
commit 2037daaba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
---
layout: page
title: "Xiaomi Aqara Lock"
description: "Instructions on how to setup the Xiaomi Aqara Lock within Home Assistant."
date: 2018-05-17 20:24
sidebar: true
comments: false
sharing: true
footer: true
logo: xiaomi.png
ha_category: Lock
ha_release: "0.71"
ha_iot_class: "Local Push"
---
The `xiaomi aqara` lock platform allows you to get data (`changed_by` property, `verified_wrong_times` attribute) from your [Xiaomi](http://www.mi.com/en/) Aqara locks.
A Aqara lock cannot be controlled by Home Assistant. The property `changed_by` provides the user/key ID of the last successful unlock.
If someone tries to unlock the device but fails more than 3 times the `verified_wrong_times` attribute will be incremented. The counter resets on a successful unlock.
The requirement to use this platform is that you have set up the [Xiaomi Aqara](/components/xiaomi_aqara/) component.