mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add detaisl about trail limit
This commit is contained in:
parent
c9475b300f
commit
f7d0ee4c62
@ -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/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user