Site updated at 2016-09-01 15:26:54 UTC

This commit is contained in:
Travis CI 2016-09-01 15:26:54 +00:00
parent ef7c1d8837
commit 68fb833758
34 changed files with 102 additions and 53 deletions

View file

@ -89,7 +89,9 @@
<hr class="divider">
<p>The pushetta platform uses <a href="http://www.pushetta.com">Pushetta</a> to delivery notifications from Home Assistant to your devices.</p>
<p>The <code class="highlighter-rouge">pushetta</code> notify platform uses <a href="http://www.pushetta.com">Pushetta</a> to delivery notifications from Home Assistant to your devices.</p>
<p>To retrieve the API token, log into your account at (http://www.pushetta.com)[http://www.pushetta.com] and go to your <strong>Dashboard</strong>. Create a new channel by clicking on <strong>Channels</strong> and then <strong>Add a Channel</strong>.</p>
<p>To enable Pushetta notifications in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
@ -110,8 +112,6 @@
<li><strong>channel_name</strong> (<em>Required</em>): The name of your channel.</li>
</ul>
<p>To retrieve the API token, log into your account at http://www.pushetta.com and go to your <strong>Dashboard</strong>. Create a new channel by clicking on <strong>Channels</strong> and then <strong>Add a Channel</strong>.</p>
<p>Its easy to test your Pushetta setup outside of Home Assistant. Assuming you have a channel <em>home-assistant</em>, just fire a request and check the channel page in the dashboard for a new message.</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>curl -X POST <span class="se">\</span>
@ -142,6 +142,9 @@
<div class='brand-logo-container section'>
<img src='/images/supported_brands/pushetta.png' />
</div>
<div class='section'>
Introduced in release: pre 0.7
</div>
<div class='section'>
This is a platform for
<a href='/components/notify/'>the Notifications component</a>.