mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add alarm control panel support description to deCONZ integration (#17529)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
b6fbeb61a5
commit
bba09d8a9d
@ -3,6 +3,7 @@ title: deCONZ
|
|||||||
description: Instructions on how to setup ConBee/RaspBee devices with deCONZ from dresden elektronik within Home Assistant.
|
description: Instructions on how to setup ConBee/RaspBee devices with deCONZ from dresden elektronik within Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Hub
|
- Hub
|
||||||
|
- Alarm
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
- Cover
|
- Cover
|
||||||
- Fan
|
- Fan
|
||||||
@ -20,6 +21,7 @@ ha_codeowners:
|
|||||||
ha_domain: deconz
|
ha_domain: deconz
|
||||||
ha_ssdp: true
|
ha_ssdp: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- alarm_control_panel
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- climate
|
- climate
|
||||||
- cover
|
- cover
|
||||||
@ -36,6 +38,7 @@ ha_platforms:
|
|||||||
|
|
||||||
There is currently support for the following device types within Home Assistant:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
|
- [Alarm Control Panel](#alarm-control-panel)
|
||||||
- [Binary Sensor](#binary-sensor)
|
- [Binary Sensor](#binary-sensor)
|
||||||
- [Climate](#climate)
|
- [Climate](#climate)
|
||||||
- [Cover](#cover)
|
- [Cover](#cover)
|
||||||
@ -309,6 +312,13 @@ automation:
|
|||||||
'on': false
|
'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
|
## Binary Sensor
|
||||||
|
|
||||||
The following sensor types are supported:
|
The following sensor types are supported:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user