Site updated at 2017-08-27 11:18:59 UTC
This commit is contained in:
parent
405cd63eae
commit
d85d0d7752
28 changed files with 68 additions and 68 deletions
|
@ -75,8 +75,8 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<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 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 Developers</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 Developers</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>
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">xiaomi</code> vacuum platform allows you to control the state of your <a href="http://www.mi.com/roomrobot/">Xiaomi Mi Robot Vacuum</a>.</p>
|
||||
<p>Current supported features are <code class="highlighter-rouge">turn_on</code>, <code class="highlighter-rouge">pause</code>, <code class="highlighter-rouge">stop</code>, <code class="highlighter-rouge">return_to_home</code>, <code class="highlighter-rouge">turn_off</code> (stops goes to dock), <code class="highlighter-rouge">locate</code>, <code class="highlighter-rouge">clean_spot</code>, <code class="highlighter-rouge">set_fanspeed</code> and even remote control your robot.</p>
|
||||
<p>Please follow the instructions on <a href="/xiaomi/#retrieving-the-access-token">Retrieving the Access Token</a> to get the API token to use in the <code class="highlighter-rouge">configuration.yaml</code> file.</p>
|
||||
<p>Please follow the instructions on <a href="/components/xiaomi/#retrieving-the-access-token">Retrieving the Access Token</a> to get the API token to use in the <code class="highlighter-rouge">configuration.yaml</code> file.</p>
|
||||
<p>To add a vacuum to 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">vacuum</span><span class="pi">:</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue