mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Add variable description
This commit is contained in:
parent
31d3947e4d
commit
b44c5e9c73
@ -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…
x
Reference in New Issue
Block a user