mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Add lock support to deCONZ (#14671)
* Add lock support to deCONZ * Update formatting and add lock to listing Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
parent
b1ba5c04f8
commit
e6e62516eb
@ -6,6 +6,7 @@ ha_category:
|
|||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
- Cover
|
- Cover
|
||||||
- Light
|
- Light
|
||||||
|
- Lock
|
||||||
- Scene
|
- Scene
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
@ -28,6 +29,7 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
- [Climate](#climate)
|
- [Climate](#climate)
|
||||||
- [Cover](#cover)
|
- [Cover](#cover)
|
||||||
- [Light](#light)
|
- [Light](#light)
|
||||||
|
- [Lock](#lock)
|
||||||
- [Scene](#scene)
|
- [Scene](#scene)
|
||||||
- [Sensor](#sensor)
|
- [Sensor](#sensor)
|
||||||
- [Switch](#switch)
|
- [Switch](#switch)
|
||||||
@ -344,6 +346,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
|
- 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
|
- 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
|
## 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user