Skip to content

Commit f7d0ee4

Browse files
committed
Add detaisl about trail limit
1 parent c9475b3 commit f7d0ee4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/_components/notify.nma.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ ha_release: pre 0.7
1313
---
1414

1515

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.
1719

1820
To add NMA to your installation, add the following to your `configuration.yaml` file:
1921

@@ -28,8 +30,8 @@ notify:
2830
Configuration variables:
2931
3032
- **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.
3234

33-
Details for the API : https://www.notifymyandroid.com/api.jsp
35+
Details for the (API)[https://www.notifymyandroid.com/api.jsp].
3436

3537
To use notifications, please see the [getting started with automation page](/getting-started/automation/).

0 commit comments

Comments
 (0)