Update alarm_control_panel.arlo.markdown (#8191)

This commit is contained in:
Morgan Kesler 2019-01-16 13:02:47 -05:00 committed by Paulus Schoutsen
parent bff9974b62
commit 57cf8576f0

View File

@ -37,6 +37,11 @@ away_mode_name:
required: false required: false
type: string type: string
default: "`Armed` mode in Arlo" default: "`Armed` mode in Arlo"
night_mode_name:
description: "Arlo base station does not have a built-in night mode. You can map one of your custom modes to Home Assistant's night 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 %} {% endconfiguration %}
## {% linkable_title Examples %} ## {% linkable_title Examples %}