From 4693d7bb54b39cc850ed4080b48466c5d7361874 Mon Sep 17 00:00:00 2001 From: bcl1713 Date: Sun, 3 Dec 2017 05:57:38 -0600 Subject: [PATCH] Patch 2 (#4069) * Add custom away_mode_name Re add custom "away_mode_name" after update of code * Fix --- .../_components/alarm_control_panel.arlo.markdown | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/source/_components/alarm_control_panel.arlo.markdown b/source/_components/alarm_control_panel.arlo.markdown index 39b7d6b62e7..62f2d2a612a 100644 --- a/source/_components/alarm_control_panel.arlo.markdown +++ b/source/_components/alarm_control_panel.arlo.markdown @@ -26,9 +26,17 @@ alarm_control_panel: - platform: arlo ``` -Configuration variables: - -- **home_mode_name**: (*Optional*): Arlo base station does not have a built-in home mode. You can map one of your custom modes to home assistant's home mode by setting the name of the custom mode in this configuration variable. The name of the custom mode should match exactly as you set it up in the Arlo app. +{% configuration %} +home_mode_name: + description: "Arlo base station does not have a built-in home mode. You can map one of your custom modes to home assistant's home mode by setting the name of the custom mode in this configuration variable. The name of the custom mode should match exactly as you set it up in the Arlo app." + required: false + type: string +away_mode_name: + description: "Arlo base station does not have a built-in away mode. You can map one of your custom modes to home assistant's away mode by setting the name of the custom mode in this configuration variable. The name of the custom mode should match eactly as you set it up in the Arlo app." + required: false + type: string + default: "`Armed` mode in Arlo" +{% endconfiguration %} ## {% linkable_title Examples %}