Skip to content

Commit 2037daa

Browse files
authored
Add Xiaomi Aqara Door Lock (home-assistant#5387)
1 parent b3197df commit 2037daa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: page
3+
title: "Xiaomi Aqara Lock"
4+
description: "Instructions on how to setup the Xiaomi Aqara Lock within Home Assistant."
5+
date: 2018-05-17 20:24
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: xiaomi.png
11+
ha_category: Lock
12+
ha_release: "0.71"
13+
ha_iot_class: "Local Push"
14+
---
15+
16+
17+
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.
18+
A Aqara lock cannot be controlled by Home Assistant. The property `changed_by` provides the user/key ID of the last successful unlock.
19+
20+
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.
21+
22+
The requirement to use this platform is that you have set up the [Xiaomi Aqara](/components/xiaomi_aqara/) component.
23+
24+

0 commit comments

Comments
 (0)