From cda1fc053fc43b818a2a410ea68ebd9af2f154e4 Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Wed, 30 Sep 2020 23:57:05 +0200 Subject: [PATCH 1/2] Add lock support to deCONZ --- source/_integrations/deconz.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/deconz.markdown b/source/_integrations/deconz.markdown index f2942beb1a3e..4e2b4006b738 100644 --- a/source/_integrations/deconz.markdown +++ b/source/_integrations/deconz.markdown @@ -6,6 +6,7 @@ ha_category: - Binary Sensor - Cover - Light + - Lock - Scene - Sensor - Switch @@ -344,6 +345,14 @@ The `entity_id` names will be `light.device_name`, where `device_name` is define - Busch Jaeger Zigbee Light Link univ. relai (6711 U) with Zigbee Light Link control element 6735-84 - Xiaomi Aqara Smart LED Bulb (white) E27 ZNLDP12LM +## Lock + +Locks are devices such as the Danalock Zigbee lock. + +Note that devices in the lock platform identify as lights, so there is a manually curated list that defines which "lights" are locks. You therefore add a lock device as a light device in deCONZ (Phoscon App). + +The `entity_id` name will be `lock.device_name`, where `device_name` is defined in deCONZ. + ## Scene The `entity_id` name will be `scene.group_scene_name`, where `group` is which group the scene belongs to and the name of the scene, both group and name are defined in deCONZ. From de157cd0232dd0781ccd9a4f2e2f634276e3f099 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 10 Oct 2020 12:49:03 +0200 Subject: [PATCH 2/2] Update formatting and add lock to listing --- source/_integrations/deconz.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/deconz.markdown b/source/_integrations/deconz.markdown index 4e2b4006b738..6df11fb6cbd7 100644 --- a/source/_integrations/deconz.markdown +++ b/source/_integrations/deconz.markdown @@ -29,6 +29,7 @@ There is currently support for the following device types within Home Assistant: - [Climate](#climate) - [Cover](#cover) - [Light](#light) +- [Lock](#lock) - [Scene](#scene) - [Sensor](#sensor) - [Switch](#switch) @@ -349,7 +350,7 @@ The `entity_id` names will be `light.device_name`, where `device_name` is define Locks are devices such as the Danalock Zigbee lock. -Note that devices in the lock platform identify as lights, so there is a manually curated list that defines which "lights" are locks. You therefore add a lock device as a light device in deCONZ (Phoscon App). +Note that devices in the `lock` platform identify as lights, so there is a manually curated list that defines which "lights" are locks. You therefore add a lock device as a light device in deCONZ (Phoscon App). The `entity_id` name will be `lock.device_name`, where `device_name` is defined in deCONZ.