mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
add the available notification services
This commit is contained in:
parent
84a9feaa80
commit
e161c97b66
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user