From 27e80d884f6e45649b1b6ab9ad3fc2ae3fba93b4 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 4 Oct 2018 17:01:09 +0200 Subject: [PATCH] Update Alarm.com Alarm Control Panel configuration variable (#6498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update Alarm.com Alarm Control Panel configuration variable Update style of Alarm.com Alarm Control Panel documentation to follow new configuration variables description. Related to #6385. * Update Concord232 Alarm Control Panel configuration variable Update style of Concord232 Alarm Control Panel documentation to follow new configuration variables description. Related to #6385. * Revert "Update Concord232 Alarm Control Panel configuration variable" This reverts commit 5269a0dfb7bd1fb5c47e453c243cf3eb37d3b4a1. * Update alarm_control_panel.alarmdotcom.markdown ✏️ Tweak type * :pencil2: Tweak --- .../alarm_control_panel.alarmdotcom.markdown | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/source/_components/alarm_control_panel.alarmdotcom.markdown b/source/_components/alarm_control_panel.alarmdotcom.markdown index 82e1a7774e7..8509f1bb41d 100644 --- a/source/_components/alarm_control_panel.alarmdotcom.markdown +++ b/source/_components/alarm_control_panel.alarmdotcom.markdown @@ -24,9 +24,22 @@ alarm_control_panel: password: YOUR_PASSWORD ``` -Configuration variables: - -- **username** (*Required*): Username for the Alarm.com account. -- **password** (*Required*): Password for Alarm.com account. -- **name** (*Optional*): The name of the alarm. Default is 'Alarm.com'. -- **code** (*Optional*): Specifies a code to enable or disable the alarm in the frontend. +{% configuration %} +username: + description: Username for the Alarm.com account. + required: true + type: string +password: + description: Password for the Alarm.com account. + required: true + type: string +name: + description: The name of the alarm. + required: false + default: Alarm.com + type: string +code: + description: Specifies a code to enable or disable the alarm in the frontend. + required: false + type: int +{% endconfiguration %}