mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Update concord232.markdown (#9173)
* Update concord232.markdown Added functionality to Concord232 Alarm Panel. 2 additional attributes can be defined in configuration.yaml. 'code' which allows for defining a code and 'mode' which allows for silent activation of the ARM HOME option * Update concord232.markdown Moved code & mode to Alarm Control Panel
This commit is contained in:
parent
dda400f828
commit
5c19849461
@ -47,6 +47,15 @@ port:
|
|||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 5007
|
default: 5007
|
||||||
|
code:
|
||||||
|
description: If defined, specifies a code to enable or disable the alarm in the frontend.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
mode:
|
||||||
|
description: audible/silent if defined, specifies wether Alarm Panel should be audible or silent when armed in Home Mode.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: audible
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Binary Sensor %}
|
## {% linkable_title Binary Sensor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user