Add detaisl about trail limit

This commit is contained in:
Fabian Affolter 2016-09-01 07:09:59 +02:00
parent c9475b300f
commit f7d0ee4c62
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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: To add NMA to your installation, add the following to your `configuration.yaml` file:
@ -28,8 +30,8 @@ notify:
Configuration variables: 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`. - **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/). To use notifications, please see the [getting started with automation page](/getting-started/automation/).