From bba09d8a9d8a7edfa883102e39959f69f40bbf56 Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Tue, 20 Apr 2021 20:45:40 +0200 Subject: [PATCH] Add alarm control panel support description to deCONZ integration (#17529) Co-authored-by: Franck Nijhof --- source/_integrations/deconz.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/deconz.markdown b/source/_integrations/deconz.markdown index e00fd8be43e..46e65b5bedd 100644 --- a/source/_integrations/deconz.markdown +++ b/source/_integrations/deconz.markdown @@ -3,6 +3,7 @@ title: deCONZ description: Instructions on how to setup ConBee/RaspBee devices with deCONZ from dresden elektronik within Home Assistant. ha_category: - Hub + - Alarm - Binary Sensor - Cover - Fan @@ -20,6 +21,7 @@ ha_codeowners: ha_domain: deconz ha_ssdp: true ha_platforms: + - alarm_control_panel - binary_sensor - climate - cover @@ -36,6 +38,7 @@ ha_platforms: There is currently support for the following device types within Home Assistant: +- [Alarm Control Panel](#alarm-control-panel) - [Binary Sensor](#binary-sensor) - [Climate](#climate) - [Cover](#cover) @@ -309,6 +312,13 @@ automation: 'on': false ``` +## Alarm Control Panel + +The entity of a physical keypad. Can be in 4 different modes (`arm_away`, `arm_home`, `arm_night` or `disarmed`). Changing the state will do an audible notification from the keypad. + +The Device also exposes a new event type `deconz_alarm_event` which signals a user action with the keypad. +The Payload consists of an event (`arm_away`, `arm_home`, `arm_night` or `disarmed`) and a four-digit code. + ## Binary Sensor The following sensor types are supported: