diff --git a/source/components/index.markdown b/source/components/index.markdown index 32daba30a6d..d7deeb4bda9 100644 --- a/source/components/index.markdown +++ b/source/components/index.markdown @@ -162,6 +162,12 @@ the manufacturers of these devices. Provides a logbook-style view on the Entity history. + + +Notify My Android (NMA) +Allow sending messages using Notify My Android (NMA) + + PushBullet diff --git a/source/components/notify.nma.markdown b/source/components/notify.nma.markdown new file mode 100644 index 00000000000..5026408f42c --- /dev/null +++ b/source/components/notify.nma.markdown @@ -0,0 +1,25 @@ +--- +layout: page +title: "Notify My Android (NMA) notification support" +description: "Instructions how to add user notifications to Home Assistant." +date: 2015-05-01 18:00 +sidebar: false +comments: false +sharing: true +footer: true +--- + + +The nma platform uses [Notify My Android (NMA)](http://www.notifymyandroid.com/) to delivery notifications from Home Assistant to your Android device. + +To add NMA to your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +notify: + platform: nma + # Get this by registering a new application on http://www.notifymyandroid.com/ + api_key: ABCDEFGHJKLMNOPQRSTUVXYZ +``` + +To use notifications, please see the [getting started with automation page]({{site_root}}/components/automation.html). diff --git a/source/images/supported_brands/nma.png b/source/images/supported_brands/nma.png new file mode 100644 index 00000000000..8f6430c1dbb Binary files /dev/null and b/source/images/supported_brands/nma.png differ