Site updated at 2016-08-18 05:05:01 UTC

This commit is contained in:
Travis CI 2016-08-18 05:05:02 +00:00
parent ad876b6cbb
commit 3bbb5789ea
49 changed files with 112 additions and 112 deletions

View file

@ -7,7 +7,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>PushBullet - Home Assistant</title>
<title>Pushbullet - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions how to add user notifications to Home Assistant.">
@ -15,7 +15,7 @@
<link rel="canonical" href="https://home-assistant.io/components/notify.pushbullet/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="PushBullet">
<meta property="og:title" content="Pushbullet">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/notify.pushbullet/">
<meta property="og:type" content="article">
@ -25,7 +25,7 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="PushBullet">
<meta name="twitter:title" content="Pushbullet">
<meta name="twitter:description" content="Instructions how to add user notifications to Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
@ -83,15 +83,15 @@
<header>
<h1 class="title indent">
PushBullet
Pushbullet
</h1>
</header>
<hr class="divider">
<p>The <code>pushbullet</code> notification platform sends messages to <a href="https://www.pushbullet.com/">PushBullet</a>, a free service to send information between your phones, browsers, and friends.</p>
<p>The <code>pushbullet</code> notification platform sends messages to <a href="https://www.pushbullet.com/">Pushbullet</a>, a free service to send information between your phones, browsers, and friends.</p>
<p>To enable PushBullet notifications in your installation, add the following to your <code>configuration.yaml</code> file:</p>
<p>To enable Pushbullet notifications in your installation, add the following to your <code>configuration.yaml</code> file:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
@ -106,13 +106,13 @@
<p>Configuration variables:</p>
<ul>
<li><strong>api_key</strong> (<em>Required</em>): Enter the API key for PushBullet. Go to https://www.pushbullet.com/ to retrieve your API key.</li>
<li><strong>api_key</strong> (<em>Required</em>): Enter the API key for Pushbullet. Go to https://www.pushbullet.com/ to retrieve your API key.</li>
<li><strong>name</strong> (<em>Optional</em>): Setting the optional parameter <code>name</code> allows multiple notifiers to be created. The default value is <code>notify</code>. The notifier will bind to the service <code>notify.NOTIFIER_NAME</code>.</li>
</ul>
<h3><a class="title-link" name="usage" href="#usage"></a> Usage</h3>
<p>PushBullet is a notify platform and thus can be controlled by calling the notify service <a href="/components/notify/">as described here</a>. It will send a notification to all devices registered in the PushBullet account. An optional <strong>target</strong> parameter can be given to PushBullet to specify specific accounts devices, contacts or channels.</p>
<p>Pushbullet is a notify platform and thus can be controlled by calling the notify service <a href="/components/notify/">as described here</a>. It will send a notification to all devices registered in the Pushbullet account. An optional <strong>target</strong> parameter can be given to Pushbullet to specify specific accounts devices, contacts or channels.</p>
<table>
<thead>
@ -231,10 +231,10 @@
<a href='/components/notify.nma/'>Notify My Android</a>
</li>
<li>
PushBullet
<a href='/components/notify.pushover/'>PushOver</a>
</li>
<li>
<a href='/components/notify.pushover/'>PushOver</a>
Pushbullet
</li>
<li>
<a href='/components/notify.pushetta/'>Pushetta</a>