Site updated at 2017-08-21 14:50:16 UTC
This commit is contained in:
parent
578110cd53
commit
f36dd67971
27 changed files with 51 additions and 45 deletions
|
@ -74,19 +74,24 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">Cisco Spark</code> platform allows you to deliver notifications from Home Assistant to <a href="https://ciscospark.com/">Cisco Spark</a>.</p>
|
||||
<p>The <code class="highlighter-rouge">ciscospark</code> notification platform allows you to deliver notifications from Home Assistant to <a href="https://ciscospark.com/">Cisco Spark</a>.</p>
|
||||
<p>To use this notification platform you need to get a developer token. To obtain a token visit <a href="https://developer.ciscospark.com/index.html">Spark for Devleopers</a></p>
|
||||
<p>At this time you also need to specify the <code class="highlighter-rouge">Cisco Spark</code> <code class="highlighter-rouge">roomid</code>. The <code class="highlighter-rouge">roomid</code> can also be found at <a href="https://developer.ciscospark.com/index.html">Spark for Devleopers</a>.
|
||||
Just look in the Doumentation under Rooms.</p>
|
||||
<p>To enable the <code class="highlighter-rouge">Cisco Spark</code> notification in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<p>At this time you also need to specify the <code class="highlighter-rouge">Cisco Spark</code> <code class="highlighter-rouge">roomid</code>. The <code class="highlighter-rouge">roomid</code> can also be found at <a href="https://developer.ciscospark.com/index.html">Spark for Devleopers</a>. Just look in the Doumentation under Rooms.</p>
|
||||
<p>To enable the Cisco Spark notification in your installation, 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>
|
||||
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s">NOTIFIER_NAME</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">ciscospark</span>
|
||||
<span class="s">token</span><span class="pi">:</span> <span class="s"><YOUR_DEVELOPER_TOKEN></span>
|
||||
<span class="s">roomid</span><span class="pi">:</span> <span class="s"><CISCO_SPARK_ROOMID></span>
|
||||
<span class="s">token</span><span class="pi">:</span> <span class="s">YOUR_DEVELOPER_TOKEN</span>
|
||||
<span class="s">roomid</span><span class="pi">:</span> <span class="s">CISCO_SPARK_ROOMID</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<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>
|
||||
<li><strong>token</strong> (<em>Required</em>): Your development token.</li>
|
||||
<li><strong>roomid</strong> (<em>Required</em>): The Room ID.</li>
|
||||
</ul>
|
||||
<p>To use notifications, please see the <a href="/getting-started/automation/">getting started with automation page</a>.</p>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
<li><strong>password</strong> (<em>Optional</em>): The password to authenticate to the GNTP server with.</li>
|
||||
<li><strong>port</strong> (<em>Optional</em>): The port that the GNTP server runs on. The specification states that servers should not allow users to use any port other than 23053 but <code class="highlighter-rouge">port</code> is provided here just in case.</li>
|
||||
</ul>
|
||||
<p>To use notifications, please see the <a href="/getting-started/automation/">getting started with automation page</a>.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue