From b0e936fe587f175bd9ad7ba1aaab8d895dffef17 Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Mon, 13 Jan 2020 16:31:39 -0500 Subject: [PATCH] =?UTF-8?q?Remove=20references=20to=20'template=20lock',?= =?UTF-8?q?=20add=20list=20of=20supported=20va=E2=80=A6=20(#11733)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove references to 'template lock', add supported values * use backticks Co-Authored-By: Franck Nijhof Co-authored-by: Franck Nijhof --- source/_integrations/alarm_control_panel.template.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/alarm_control_panel.template.markdown b/source/_integrations/alarm_control_panel.template.markdown index 7c626c7205f..93c17e73cbc 100644 --- a/source/_integrations/alarm_control_panel.template.markdown +++ b/source/_integrations/alarm_control_panel.template.markdown @@ -15,11 +15,11 @@ There are several powerful ways to use this integration, including grouping exis For example, if you want to expose a true alarm panel to Google Home, Alexa, or Homekit - but limit its ability to disarm when there's no one home, you can do that using a template. -Another use case could be grouping a series of internal and external locks together to represent "Home" and "Away" lock states. +Another use case could be grouping a series of sensors and services together to represent various "armed" and "disarmed" states and actions. This can simplify the GUI and make it easier to write automations. -In optimistic mode, the alarm control panel will immediately change state after every command. Otherwise, the lock will wait for state confirmation from the template. Try to enable it, if experiencing incorrect lock operation. +In optimistic mode, the alarm control panel will immediately change state after every command. Otherwise, the alarm control panel will wait for state confirmation from the template. Try to enable it, if experiencing incorrect operation. ## Configuration @@ -62,7 +62,7 @@ alarm_control_panel: type: string default: Template Alarm Control Panel value_template: - description: Defines a template to set the state of the alarm panel. + description: "Defines a template to set the state of the alarm panel. Only the states `armed_away`, `armed_home`, `armed_night`, `disarmed`, `triggered` and `unavailable` are used." required: false type: template disarm: