From 98106b52b56ba4e15e4114f52c498d964e858af7 Mon Sep 17 00:00:00 2001 From: bcl1713 Date: Sat, 25 Nov 2017 10:33:38 -0600 Subject: [PATCH] Remove "away_mode_name" (#4067) Remove "away_mode_name" as an option as it is not implemented in the code. --- source/_components/alarm_control_panel.arlo.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_components/alarm_control_panel.arlo.markdown b/source/_components/alarm_control_panel.arlo.markdown index bc94d594a54..c58bb46d992 100644 --- a/source/_components/alarm_control_panel.arlo.markdown +++ b/source/_components/alarm_control_panel.arlo.markdown @@ -29,4 +29,3 @@ alarm_control_panel: 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. -- **away_mode_name**: (*Optional*): Like the home mode, the Arlo base station does not have a built-in away mode, however, you can map a custom mode from the Arlo app to Home Assistant with this variable, just make sure the name matches exactly what you have set up in the Arlo app.