From 4f40743687ebf355dc424312695f461e2331d2eb Mon Sep 17 00:00:00 2001 From: Phill Price Date: Tue, 26 Sep 2017 16:43:51 +0100 Subject: [PATCH 1/2] Manual Alarm Panel arming options Coming out on the site as very strangely styled, currently. Not sure if this fixes as not sure how to test, willing to do so if there are docs anywhere to show me. --- source/_components/alarm_control_panel.manual.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/alarm_control_panel.manual.markdown b/source/_components/alarm_control_panel.manual.markdown index ffb15498103e..9eb4be5aff06 100644 --- a/source/_components/alarm_control_panel.manual.markdown +++ b/source/_components/alarm_control_panel.manual.markdown @@ -28,7 +28,7 @@ Configuration variables: - **pending_time** (*Optional*): The time in seconds of the pending time before arming the alarm. Default is 60 seconds. - **trigger_time** (*Optional*): The time in seconds of the trigger time in which the alarm is firing. Default is 120 seconds. - **disarm_after_trigger** (*Optional*): If true, the alarm will automatically disarm after it has been triggered instead of returning to the previous state. -- **armed_home|armed_away|armed_night|triggered** (*Optional*): State specific settings +- **armed_home**|**armed_away**|**armed_night**|**triggered** (*Optional*): State specific settings - **pending_time**: State specific pending time override. In the config example below, armed_home state will have no pending time and triggered state will have pending time of 20 second whereas armed_away state will have a default pending time of 30 seconds. From b50eb36e17d5a260ac83bba0b057024a60aa993f Mon Sep 17 00:00:00 2001 From: Phill Price Date: Tue, 26 Sep 2017 20:23:38 +0100 Subject: [PATCH 2/2] Update alarm_control_panel.manual.markdown --- source/_components/alarm_control_panel.manual.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/alarm_control_panel.manual.markdown b/source/_components/alarm_control_panel.manual.markdown index 9eb4be5aff06..d4f6227fa4b8 100644 --- a/source/_components/alarm_control_panel.manual.markdown +++ b/source/_components/alarm_control_panel.manual.markdown @@ -28,7 +28,7 @@ Configuration variables: - **pending_time** (*Optional*): The time in seconds of the pending time before arming the alarm. Default is 60 seconds. - **trigger_time** (*Optional*): The time in seconds of the trigger time in which the alarm is firing. Default is 120 seconds. - **disarm_after_trigger** (*Optional*): If true, the alarm will automatically disarm after it has been triggered instead of returning to the previous state. -- **armed_home**|**armed_away**|**armed_night**|**triggered** (*Optional*): State specific settings +- **armed_home/armed_away/armed_night/triggered** (*Optional*): State specific settings - **pending_time**: State specific pending time override. In the config example below, armed_home state will have no pending time and triggered state will have pending time of 20 second whereas armed_away state will have a default pending time of 30 seconds.