Site updated at 2017-01-16 07:45:02 UTC
This commit is contained in:
parent
54367ca688
commit
1b104103c2
27 changed files with 55 additions and 47 deletions
|
@ -113,8 +113,8 @@ Support for these components is provided by the Home Assistant community.
|
|||
<div class="filter-button-group">
|
||||
<a href='#all' class="btn">All (526)</a>
|
||||
<a href='#featured' class="btn featured">Featured</a>
|
||||
<a href='#added_in_current_version' class="btn added_in_current_version">Added in 0.36 (25)</a>
|
||||
<a href='#added_one_version_ago' class="btn added_one_version_ago">Added in 0.35 (15)</a>
|
||||
<a href='#added_in_current_version' class="btn added_in_current_version">Added in 0.36 (26)</a>
|
||||
<a href='#added_one_version_ago' class="btn added_one_version_ago">Added in 0.35 (14)</a>
|
||||
<a href='#added_two_versions_ago' class="btn added_two_versions_ago">Added in 0.34 (12)</a>
|
||||
|
||||
|
||||
|
@ -2035,7 +2035,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/notify.facebook/'
|
||||
class='notifications added_one_version_ago'
|
||||
class='notifications added_in_current_version'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Facebook Messenger - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to add user notifications to Home Assistant.">
|
||||
<meta name="description" content="Instructions how to add Facebook user notifications to Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/notify.facebook/">
|
||||
|
@ -19,14 +19,14 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/notify.facebook/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to add user notifications to Home Assistant.">
|
||||
<meta property="og:description" content="Instructions how to add Facebook user notifications to Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Facebook Messenger">
|
||||
<meta name="twitter:description" content="Instructions how to add user notifications to Home Assistant.">
|
||||
<meta name="twitter:description" content="Instructions how to add Facebook user notifications to Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
|
@ -109,7 +109,7 @@
|
|||
<li><strong>name</strong> (<em>Optional</em>): Setting the optional parameter <code class="highlighter-rouge">name</code> allows multiple notifiers to be created. The default value is <code class="highlighter-rouge">notify</code>. The notifier will bind to the service <code class="highlighter-rouge">notify.NOTIFIER_NAME</code>.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Usage</h3>
|
||||
<h3><a class="title-link" name="usage" href="#usage"></a> Usage</h3>
|
||||
|
||||
<p>With Facebook notify service, you can send your notifications to your facebook messenger with help of your facebook page. You have to create a <a href="https://developers.facebook.com/docs/messenger-platform/guides/quick-start">Facebook Page and App</a> for this service. You can control it by calling the notify service <a href="/components/notify/">as described here</a>. It will send a message on messenger to user specified by <strong>target</strong> on behalf of your page. See the <a href="https://developers.facebook.com/docs/messenger-platform/guides/quick-start">quick start</a> guide for more information.
|
||||
The phone number used in <strong>target</strong> 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. <a href="https://developers.facebook.com/docs/messenger-platform/send-api-reference#phone_number">More…</a></p>
|
||||
|
@ -147,7 +147,7 @@ The phone number used in <strong>target</strong> should be registered with faceb
|
|||
<img src='/images/supported_brands/facebook.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.35
|
||||
Introduced in release: 0.36
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue