From b44c5e9c732f4c0144e287d9c0e77a897ed53d54 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 22:36:08 +0200 Subject: [PATCH] Add variable description --- source/components/notify.nma.markdown | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/source/components/notify.nma.markdown b/source/components/notify.nma.markdown index 7ba178cbced..b848db5cca4 100644 --- a/source/components/notify.nma.markdown +++ b/source/components/notify.nma.markdown @@ -17,14 +17,16 @@ To add NMA to your installation, add the following to your `configuration.yaml` ```yaml # Example configuration.yaml entry notify: - name: NOTIFIER_NAME - platform: nma - # Get this by registering a new application on http://www.notifymyandroid.com/ - api_key: ABCDEFGHJKLMNOPQRSTUVXYZ + name: NOTIFIER_NAME + platform: nma + api_key: ABCDEFGHJKLMNOPQRSTUVXYZ ``` -Setting the optional parameter `name` allows multiple notifiers to be created. -The default value is `notify`. The notifier will bind to the service -`notify.NOTIFIER_NAME`. +Configuration variables: + +- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. +- **api_key** (*Required*): Enter the API key for NMA. Go to https://www.notifymyandroid.com and create a new API key. + +Details for the API : https://www.notifymyandroid.com/api.jsp To use notifications, please see the [getting started with automation page]({{site_root}}/components/automation.html).