From d1b1a30ab291d5de031c02439c1004bce7e1256c Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Thu, 17 May 2018 20:29:19 +0200 Subject: [PATCH 1/3] Add Xiaomi Aqara Door Lock --- source/_components/lock.xiaomi_aqara.markdown | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/_components/lock.xiaomi_aqara.markdown diff --git a/source/_components/lock.xiaomi_aqara.markdown b/source/_components/lock.xiaomi_aqara.markdown new file mode 100644 index 000000000000..54a031c4f459 --- /dev/null +++ b/source/_components/lock.xiaomi_aqara.markdown @@ -0,0 +1,20 @@ +--- +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.70" +ha_iot_class: "Local Push" +--- + + +The `xiaomi aqara` lock platform allows you to get data from your [Xiaomi](http://www.mi.com/en/) Aqara locks. + +The requirement is that you have setup [Xiaomi aqara](/components/xiaomi_aqara/). + From ffa8657ffbaed203e6fd3eb450aa5ff09a5ef705 Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Mon, 21 May 2018 20:37:34 +0200 Subject: [PATCH 2/3] Add some details --- source/_components/lock.xiaomi_aqara.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_components/lock.xiaomi_aqara.markdown b/source/_components/lock.xiaomi_aqara.markdown index 54a031c4f459..bac9735c351e 100644 --- a/source/_components/lock.xiaomi_aqara.markdown +++ b/source/_components/lock.xiaomi_aqara.markdown @@ -14,7 +14,10 @@ ha_iot_class: "Local Push" --- -The `xiaomi aqara` lock platform allows you to get data from your [Xiaomi](http://www.mi.com/en/) Aqara locks. +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 tried to unlock the device but failed more than 3 times the `verified_wrong_times` attribute will be incremented. The counter resets on a successful unlock. The requirement is that you have setup [Xiaomi aqara](/components/xiaomi_aqara/). From 4b3b3c90c2bbcaaed3b62106800ee48291a25910 Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Tue, 22 May 2018 10:10:26 +0200 Subject: [PATCH 3/3] Review incorporated --- source/_components/lock.xiaomi_aqara.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_components/lock.xiaomi_aqara.markdown b/source/_components/lock.xiaomi_aqara.markdown index bac9735c351e..501e48995378 100644 --- a/source/_components/lock.xiaomi_aqara.markdown +++ b/source/_components/lock.xiaomi_aqara.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: xiaomi.png ha_category: Lock -ha_release: "0.70" +ha_release: "0.71" ha_iot_class: "Local Push" --- @@ -17,7 +17,8 @@ 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 tried to unlock the device but failed more than 3 times the `verified_wrong_times` attribute will be incremented. The counter resets on a 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. -The requirement is that you have setup [Xiaomi aqara](/components/xiaomi_aqara/).