Update Arlo Control Panel with away mode variable (#3732)

* Update Arlo Control Panel with away mode variable

Just a simple change to add a description about adding an away mode to the Arlo Control Panel.

* Remove blank line
This commit is contained in:
Nicholas Griffin 2017-10-23 14:55:31 +01:00 committed by Fabian Affolter
parent 33c982d761
commit 1d8d68ddfc

View File

@ -29,3 +29,4 @@ alarm_control_panel:
Configuration variables: 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. - **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.