From f7d0ee4c6223700cd1ed488172fd4651bc150fc5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 1 Sep 2016 07:09:59 +0200 Subject: [PATCH] Add detaisl about trail limit --- source/_components/notify.nma.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/_components/notify.nma.markdown b/source/_components/notify.nma.markdown index 7c548f7fb96..2ac305f971d 100644 --- a/source/_components/notify.nma.markdown +++ b/source/_components/notify.nma.markdown @@ -13,7 +13,9 @@ ha_release: pre 0.7 --- -The nma platform uses [Notify My Android (NMA)](http://www.notifymyandroid.com/) to delivery notifications from Home Assistant to your Android device. +The `nma` platform uses [Notify My Android (NMA)](http://www.notifymyandroid.com/) to delivery notifications from Home Assistant to your Android device. + +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. To add NMA to your installation, add the following to your `configuration.yaml` file: @@ -28,8 +30,8 @@ notify: 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. +- **api_key** (*Required*): Enter the API key for NMA. -Details for the API : https://www.notifymyandroid.com/api.jsp +Details for the (API)[https://www.notifymyandroid.com/api.jsp]. To use notifications, please see the [getting started with automation page](/getting-started/automation/).