-
All (525)
+
All (526)
Featured
Added in 0.36 (25)
-
Added in 0.35 (14)
+
Added in 0.35 (15)
Added in 0.34 (12)
@@ -270,7 +270,7 @@ Support for these components is provided by the Home Assistant community.
Notifications
- (37)
+ (38)
@@ -2032,6 +2032,22 @@ Support for these components is provided by the Home Assistant community.
+
+
+
+
+
+
+
+
+ Facebook Messenger
+ Notifications
+
+
+
+
diff --git a/components/notify.apns/index.html b/components/notify.apns/index.html
index b71688d9f5..c328b7f6e0 100644
--- a/components/notify.apns/index.html
+++ b/components/notify.apns/index.html
@@ -185,6 +185,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.aws_lambda/index.html b/components/notify.aws_lambda/index.html
index 37534142f9..0f11b87f09 100644
--- a/components/notify.aws_lambda/index.html
+++ b/components/notify.aws_lambda/index.html
@@ -198,6 +198,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.aws_sns/index.html b/components/notify.aws_sns/index.html
index b486777ba1..d69f035e52 100644
--- a/components/notify.aws_sns/index.html
+++ b/components/notify.aws_sns/index.html
@@ -188,6 +188,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.aws_sqs/index.html b/components/notify.aws_sqs/index.html
index 95435d60d0..427c239d6c 100644
--- a/components/notify.aws_sqs/index.html
+++ b/components/notify.aws_sqs/index.html
@@ -175,6 +175,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.command_line/index.html b/components/notify.command_line/index.html
index 8be8179a4e..690576416b 100644
--- a/components/notify.command_line/index.html
+++ b/components/notify.command_line/index.html
@@ -172,6 +172,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.ecobee/index.html b/components/notify.ecobee/index.html
index c7cf8b4849..abc8f71563 100644
--- a/components/notify.ecobee/index.html
+++ b/components/notify.ecobee/index.html
@@ -168,6 +168,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.facebook/index.html b/components/notify.facebook/index.html
new file mode 100644
index 0000000000..80341d077e
--- /dev/null
+++ b/components/notify.facebook/index.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+
+
+
+
Facebook Messenger - Home Assistant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Facebook Messenger
+
+
+
+
+
+ The facebook
notification platform enables sending notifications via Facebook Messenger, powered by Facebook .
+
+To use this notification platform in your installation, add the following to your configuration.yaml
file:
+
+# Example configuration.yaml entry
+notify :
+ - name : NOTIFIER_NAME
+ platform : facebook
+ page_access_token : FACEBOOK_PAGE_ACCESS_TOKEN
+
+
+
+Configuration variables:
+
+
+ page_access_token (Required ): Access token for your facebook page. Checkout Facebook Messenger Platform for more information.
+ 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
.
+
+
+Usage
+
+With Facebook notify service, you can send your notifications to your facebook messenger with help of your facebook page. You have to create a Facebook Page and App for this service. You can control it by calling the notify service as described here . It will send a message on messenger to user specified by target on behalf of your page. See the quick start guide for more information.
+The phone number used in target should be registered with facebook messenger. Phone number of the recipient should be in +1(212)555-2368 format. If your app is not approved by facebook then the recipient should by either admin, developer or tester for your facebook app. Moreā¦
+
+# Example automation notification entry
+automation :
+ - alias : Evening Greeting
+ trigger :
+ platform : sun
+ event : sunset
+ action :
+ service : notify.facebook
+ data :
+ message : ' Good Evening'
+ target :
+ - +919413017584
+ - +919784516314
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/notify.file/index.html b/components/notify.file/index.html
index 71e3829a88..49824d1940 100644
--- a/components/notify.file/index.html
+++ b/components/notify.file/index.html
@@ -156,6 +156,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.free_mobile/index.html b/components/notify.free_mobile/index.html
index 510a87ab23..738a221ce9 100644
--- a/components/notify.free_mobile/index.html
+++ b/components/notify.free_mobile/index.html
@@ -166,6 +166,9 @@ If you disable and re-enable the SMS API option, please be sure to update your t
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.gntp/index.html b/components/notify.gntp/index.html
index 8760cca639..e87bd1b470 100644
--- a/components/notify.gntp/index.html
+++ b/components/notify.gntp/index.html
@@ -158,6 +158,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.group/index.html b/components/notify.group/index.html
index 32501f645c..32f5e811bb 100644
--- a/components/notify.group/index.html
+++ b/components/notify.group/index.html
@@ -170,6 +170,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.html5/index.html b/components/notify.html5/index.html
index 9c7a567f80..a22d0b5483 100644
--- a/components/notify.html5/index.html
+++ b/components/notify.html5/index.html
@@ -389,6 +389,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.instapush/index.html b/components/notify.instapush/index.html
index 2ce190f31f..c9cdc2a95f 100644
--- a/components/notify.instapush/index.html
+++ b/components/notify.instapush/index.html
@@ -194,6 +194,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.joaoapps_join/index.html b/components/notify.joaoapps_join/index.html
index 98c8a2f5d9..0ffd0f9ba6 100644
--- a/components/notify.joaoapps_join/index.html
+++ b/components/notify.joaoapps_join/index.html
@@ -145,6 +145,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.kodi/index.html b/components/notify.kodi/index.html
index 069ad5d3ee..e11a0f57f4 100644
--- a/components/notify.kodi/index.html
+++ b/components/notify.kodi/index.html
@@ -191,6 +191,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.lannouncer/index.html b/components/notify.lannouncer/index.html
index b6477ff237..b88e53d4d7 100644
--- a/components/notify.lannouncer/index.html
+++ b/components/notify.lannouncer/index.html
@@ -202,6 +202,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.llamalab_automate/index.html b/components/notify.llamalab_automate/index.html
index 78b74515d2..cb9bae6716 100644
--- a/components/notify.llamalab_automate/index.html
+++ b/components/notify.llamalab_automate/index.html
@@ -174,6 +174,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.matrix/index.html b/components/notify.matrix/index.html
index cd5d0108f9..c22e51c6c1 100644
--- a/components/notify.matrix/index.html
+++ b/components/notify.matrix/index.html
@@ -163,6 +163,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.message_bird/index.html b/components/notify.message_bird/index.html
index 44f1e43db6..b4c3153ea0 100644
--- a/components/notify.message_bird/index.html
+++ b/components/notify.message_bird/index.html
@@ -167,6 +167,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.mqtt/index.html b/components/notify.mqtt/index.html
index 7b0bc997a6..9c2a68ae3f 100644
--- a/components/notify.mqtt/index.html
+++ b/components/notify.mqtt/index.html
@@ -188,6 +188,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.mysensors/index.html b/components/notify.mysensors/index.html
index e388b085f4..4d01f90185 100644
--- a/components/notify.mysensors/index.html
+++ b/components/notify.mysensors/index.html
@@ -258,6 +258,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.nfandroidtv/index.html b/components/notify.nfandroidtv/index.html
index 89d13016e9..c804c3ce54 100644
--- a/components/notify.nfandroidtv/index.html
+++ b/components/notify.nfandroidtv/index.html
@@ -177,6 +177,9 @@ This is a fully customized JSON you can use to test how the final notification w
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.nma/index.html b/components/notify.nma/index.html
index 65a55f5e58..ff90f06e61 100644
--- a/components/notify.nma/index.html
+++ b/components/notify.nma/index.html
@@ -159,6 +159,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.pushbullet/index.html b/components/notify.pushbullet/index.html
index 58dc4cad67..2d8095b193 100644
--- a/components/notify.pushbullet/index.html
+++ b/components/notify.pushbullet/index.html
@@ -221,6 +221,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.pushetta/index.html b/components/notify.pushetta/index.html
index eaa0f47bf0..e01a9f8f59 100644
--- a/components/notify.pushetta/index.html
+++ b/components/notify.pushetta/index.html
@@ -172,6 +172,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.pushover/index.html b/components/notify.pushover/index.html
index 32167042ae..33dfffcd4d 100644
--- a/components/notify.pushover/index.html
+++ b/components/notify.pushover/index.html
@@ -167,6 +167,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.rest/index.html b/components/notify.rest/index.html
index d0a5a9b3d1..8bb0044621 100644
--- a/components/notify.rest/index.html
+++ b/components/notify.rest/index.html
@@ -174,6 +174,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.sendgrid/index.html b/components/notify.sendgrid/index.html
index f9ae270b79..1792321c27 100644
--- a/components/notify.sendgrid/index.html
+++ b/components/notify.sendgrid/index.html
@@ -156,6 +156,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.simplepush/index.html b/components/notify.simplepush/index.html
index 04fb231849..867c02c8a4 100644
--- a/components/notify.simplepush/index.html
+++ b/components/notify.simplepush/index.html
@@ -161,6 +161,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.slack/index.html b/components/notify.slack/index.html
index 003dd13428..44e75a5b0c 100644
--- a/components/notify.slack/index.html
+++ b/components/notify.slack/index.html
@@ -166,6 +166,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.smtp/index.html b/components/notify.smtp/index.html
index ad9b81e688..1fc82d48ed 100644
--- a/components/notify.smtp/index.html
+++ b/components/notify.smtp/index.html
@@ -211,6 +211,9 @@ which need special attention. By default, the usage by external applications, es
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.syslog/index.html b/components/notify.syslog/index.html
index 3a90f29768..75fda377f4 100644
--- a/components/notify.syslog/index.html
+++ b/components/notify.syslog/index.html
@@ -262,6 +262,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.telegram/index.html b/components/notify.telegram/index.html
index a02d17b97f..81d1209160 100644
--- a/components/notify.telegram/index.html
+++ b/components/notify.telegram/index.html
@@ -257,6 +257,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.telstra/index.html b/components/notify.telstra/index.html
index 1d7607126d..b4823def08 100644
--- a/components/notify.telstra/index.html
+++ b/components/notify.telstra/index.html
@@ -161,6 +161,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.twilio_sms/index.html b/components/notify.twilio_sms/index.html
index a79a793dda..b22b15a1fc 100644
--- a/components/notify.twilio_sms/index.html
+++ b/components/notify.twilio_sms/index.html
@@ -177,6 +177,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.twitter/index.html b/components/notify.twitter/index.html
index af62365853..8e22924f1a 100644
--- a/components/notify.twitter/index.html
+++ b/components/notify.twitter/index.html
@@ -163,6 +163,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.webostv/index.html b/components/notify.webostv/index.html
index c41cccac8a..049e383cc2 100644
--- a/components/notify.webostv/index.html
+++ b/components/notify.webostv/index.html
@@ -182,6 +182,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify.xmpp/index.html b/components/notify.xmpp/index.html
index 3ccea72a05..018f95463d 100644
--- a/components/notify.xmpp/index.html
+++ b/components/notify.xmpp/index.html
@@ -162,6 +162,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/components/notify/index.html b/components/notify/index.html
index 6895dcb077..33a44c2ba1 100644
--- a/components/notify/index.html
+++ b/components/notify/index.html
@@ -222,6 +222,9 @@
Ecobee Notify
+
+ Facebook Messenger
+
File
diff --git a/images/supported_brands/facebook.png b/images/supported_brands/facebook.png
new file mode 100755
index 0000000000..26333d70c5
Binary files /dev/null and b/images/supported_brands/facebook.png differ
diff --git a/sitemap.xml b/sitemap.xml
index 2570c896ea..dc6abb0738 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2278,6 +2278,9 @@
https://home-assistant.io/components/device_tracker.upc_connect/
+https://home-assistant.io/components/notify.facebook/
+
+
https://home-assistant.io/components/tts.picotts/
@@ -2612,62 +2615,62 @@
https://home-assistant.io/demo/frontend.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/demo/index.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-01-16T07:20:43+00:00
+2017-01-16T07:32:08+00:00