add the available notification services

This commit is contained in:
Fabian Affolter 2015-06-19 09:19:00 +02:00
parent 84a9feaa80
commit e161c97b66

View File

@ -11,15 +11,15 @@ footer: true
One of the things most people want at some point in their home automation is to get notified when certain events occur. For this reason there is a `notify` component in Home Assistant. One of the things most people want at some point in their home automation is to get notified when certain events occur. For this reason there is a `notify` component in Home Assistant.
Home Assistant currently supports the awesome [PushBullet](https://www.pushbullet.com/), a free service to send information between your phones, browsers and friends. Home Assistant currently supports a wide range of services for notifications:
To add PushBullet to your installation, add the following to your `configuration.yaml` file: - [Instapush](/components/notify.instapush.html)
- [Notify My Android (NMA)](/components/notify.nma.html)
``` - [PushBullet](/components/notify.pushbullet.html)
notify: - [PushOver](/components/notify.pushover.html)
platform: pushbullet - [E-Mail](/components/notify.smtp.html)
api_key: YOUR_API_KEY - [Syslog](/components/notify.syslog.html)
``` - [Jabber (XMPP)](/components/notify.xmpp.html)
### Automation example ### Automation example