From 5e697663518328b711f0425e095818500d26e6d9 Mon Sep 17 00:00:00 2001 From: John Raahauge <43510812+AZDane@users.noreply.github.com> Date: Mon, 8 Apr 2019 08:38:39 -0700 Subject: [PATCH 1/2] 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 --- source/_components/concord232.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_components/concord232.markdown b/source/_components/concord232.markdown index d173611a6e02..48e7cffc09e2 100644 --- a/source/_components/concord232.markdown +++ b/source/_components/concord232.markdown @@ -70,4 +70,13 @@ 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 %} From 7172a109bc2d0df3a8126fc2f95cfd116951ae95 Mon Sep 17 00:00:00 2001 From: John Raahauge <43510812+AZDane@users.noreply.github.com> Date: Mon, 8 Apr 2019 09:38:43 -0700 Subject: [PATCH 2/2] Update concord232.markdown Moved code & mode to Alarm Control Panel --- source/_components/concord232.markdown | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/_components/concord232.markdown b/source/_components/concord232.markdown index 48e7cffc09e2..d5e4f5f4f12e 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 %} @@ -70,13 +79,4 @@ 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 %}