You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/notify.nma.markdown
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ ha_release: pre 0.7
13
13
---
14
14
15
15
16
-
The nma platform uses [Notify My Android (NMA)](http://www.notifymyandroid.com/) to delivery notifications from Home Assistant to your Android device.
16
+
The `nma` platform uses [Notify My Android (NMA)](http://www.notifymyandroid.com/) to delivery notifications from Home Assistant to your Android device.
17
+
18
+
Go to the [NMA website](https://www.notifymyandroid.com) and create a new API key. If you are using the trial offer then keep in mind that your limit is five (5) message per day.
17
19
18
20
To add NMA to your installation, add the following to your `configuration.yaml` file:
19
21
@@ -28,8 +30,8 @@ notify:
28
30
Configuration variables:
29
31
30
32
- **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`.
31
-
- **api_key** (*Required*): Enter the API key for NMA. Go to https://www.notifymyandroid.com and create a new API key.
33
+
- **api_key** (*Required*): Enter the API key for NMA.
32
34
33
-
Details for the API: https://www.notifymyandroid.com/api.jsp
35
+
Details for the (API)[https://www.notifymyandroid.com/api.jsp].
34
36
35
37
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
0 commit comments