From 28b6ff4f59378297e05e760933ce331ccb22980e Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 4 Oct 2018 17:28:49 +0200 Subject: [PATCH] Update Concord232 Alarm Control Panel configuration variable (#6500) * Update Concord232 Alarm Control Panel configuration variable Update style of Concord232 Alarm Control Panel documentation to follow new configuration variables description. Related to #6385. * :pencil2: Tweak --- .../alarm_control_panel.concord232.markdown | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/source/_components/alarm_control_panel.concord232.markdown b/source/_components/alarm_control_panel.concord232.markdown index 36f897e21e5..d2ce3afca7c 100644 --- a/source/_components/alarm_control_panel.concord232.markdown +++ b/source/_components/alarm_control_panel.concord232.markdown @@ -24,7 +24,15 @@ alarm_control_panel: - platform: concord232 ``` -Configuration variables: - -- **host** (*Optional*): The host where the concord232 server process is running. Defaults to localhost. -- **port** (*Optional*): The port where the Alarm panel is listening. Defaults to 5007. +{% configuration %} +host: + description: The host where the concord232 server process is running. + required: false + default: localhost + type: string +port: + description: The port where the Alarm panel is listening. + required: false + default: 5007 + type: integer +{% endconfiguration %}