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/).