From 5c19849461de085d006559e11f811300931b336e Mon Sep 17 00:00:00 2001 From: John Raahauge <43510812+AZDane@users.noreply.github.com> Date: Tue, 9 Apr 2019 02:49:51 -0700 Subject: [PATCH] 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 --- source/_components/concord232.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_components/concord232.markdown b/source/_components/concord232.markdown index d173611a6e0..d5e4f5f4f12 100644 --- a/source/_components/concord232.markdown +++ b/source/_components/concord232.markdown @@ -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 %}