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:
John Raahauge 2019-04-09 02:49:51 -07:00 committed by Charles Garwood
parent dda400f828
commit 5c19849461

View File

@ -47,6 +47,15 @@ port:
required: false
type: integer
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 %}
## {% linkable_title Binary Sensor %}