Add variable description
This commit is contained in:
parent
31d3947e4d
commit
b44c5e9c73
1 changed files with 9 additions and 7 deletions
|
@ -19,12 +19,14 @@ To add NMA to your installation, add the following to your `configuration.yaml`
|
||||||
notify:
|
notify:
|
||||||
name: NOTIFIER_NAME
|
name: NOTIFIER_NAME
|
||||||
platform: nma
|
platform: nma
|
||||||
# Get this by registering a new application on http://www.notifymyandroid.com/
|
|
||||||
api_key: ABCDEFGHJKLMNOPQRSTUVXYZ
|
api_key: ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||||
```
|
```
|
||||||
|
|
||||||
Setting the optional parameter `name` allows multiple notifiers to be created.
|
Configuration variables:
|
||||||
The default value is `notify`. The notifier will bind to the service
|
|
||||||
`notify.NOTIFIER_NAME`.
|
- **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).
|
To use notifications, please see the [getting started with automation page]({{site_root}}/components/automation.html).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue