Site updated at 2016-08-28 03:57:42 UTC
This commit is contained in:
parent
55052fc648
commit
b9e6e98d2b
378 changed files with 14339 additions and 1626 deletions
|
@ -7,26 +7,26 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>PushOver - Home Assistant</title>
|
||||
<title>Pushover - 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 Pushover notifications to Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/notify.pushover/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="PushOver">
|
||||
<meta property="og:title" content="Pushover">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/notify.pushover/">
|
||||
<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 Pushover 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="PushOver">
|
||||
<meta name="twitter:description" content="Instructions how to add user notifications to Home Assistant.">
|
||||
<meta name="twitter:title" content="Pushover">
|
||||
<meta name="twitter:description" content="Instructions how to add Pushover 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">
|
||||
|
@ -83,15 +83,15 @@
|
|||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
PushOver
|
||||
Pushover
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <a href="https://pushover.net/">PushOver service</a> is a platform for the notify component. This allows components to send messages to the user using PushOver.</p>
|
||||
<p>The <a href="https://pushover.net/">Pushover service</a> is a platform for the notify component. This allows components to send messages to the user using Pushover.</p>
|
||||
|
||||
<p>To use PushOver notifications, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<p>To use Pushover notifications, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">notify</span><span class="pi">:</span>
|
||||
|
@ -110,7 +110,7 @@
|
|||
<li><strong>user_key</strong> (<em>Required</em>): To retrieve this value log into your account at https://pushover.net</li>
|
||||
</ul>
|
||||
|
||||
<p>This is a quote from the pushover website regarding free/open source apps:</p>
|
||||
<p>This is a quote from the Pushover website regarding free/open source apps:</p>
|
||||
|
||||
<blockquote>
|
||||
<p>If you are creating a client-side library, application, or open source project that will be redistributed and installed by end-users, you may want to require each of your users to register their own application rather than including your own API token with the software.</p>
|
||||
|
@ -180,17 +180,23 @@
|
|||
<li>
|
||||
<a href='/components/notify.webostv/'>LG WebOS TV notifications</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.llamalab_automate/'>LlamaLab Automate</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.mqtt/'>MQTT Notifications</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.message_bird/'>MessageBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.group/'>Notify Group</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.nma/'>Notify My Android</a>
|
||||
</li>
|
||||
<li>
|
||||
PushOver
|
||||
<a href='/components/notify.html5/'>Push Notifications</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.pushbullet/'>Pushbullet</a>
|
||||
|
@ -198,6 +204,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.pushetta/'>Pushetta</a>
|
||||
</li>
|
||||
<li>
|
||||
Pushover
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.rest/'>REST</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue