From 83cfb1c8616e4e18111bb67507d5ea6762506e26 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Aug 2015 16:57:36 +0200 Subject: [PATCH] add slack --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11d1e3ffd85..00676577281 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Built home automation on top of your devices: * Turn on lights slowly during sun set to compensate for less light * Turn off all lights and devices when everybody leaves the house * Offers a [REST API](https://home-assistant.io/developers/api.html) for easy integration with other projects - * Allow sending notifications using [Instapush](https://instapush.im), [Notify My Android (NMA)](http://www.notifymyandroid.com/), [PushBullet](https://www.pushbullet.com/), [PushOver](https://pushover.net/), and [Jabber (XMPP)](http://xmpp.org) + * Allow sending notifications using [Instapush](https://instapush.im), [Notify My Android (NMA)](http://www.notifymyandroid.com/), [PushBullet](https://www.pushbullet.com/), [PushOver](https://pushover.net/), [Slack](https://slack.com/), and [Jabber (XMPP)](http://xmpp.org) The system is built modular so support for other devices or actions can be implemented easily. See also the [section on architecture](https://home-assistant.io/developers/architecture.html) and the [section on creating your own components](https://home-assistant.io/developers/creating_components.html).