Site updated at 2017-12-31 12:39:14 UTC
This commit is contained in:
parent
e8b6058342
commit
5e2e73172f
27 changed files with 81 additions and 65 deletions
|
@ -109,6 +109,14 @@
|
|||
<span class="s">content_type</span><span class="pi">:</span> <span class="s1">'</span><span class="s">image/svg+xml'</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h3><a class="title-link" name="local-image-with-hassio" href="#local-image-with-hassio"></a> Local image with Hass.io</h3>
|
||||
<p>You can show an static image with this platform. Just place the image here: <code class="highlighter-rouge">/config/www/your_image.png</code></p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">camera</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">generic</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Some Image</span>
|
||||
<span class="s">still_image_url</span><span class="pi">:</span> <span class="s">https://127.0.0.1:8123/local/your_image.png</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
|
@ -100,6 +100,14 @@
|
|||
<td>Botvac Connected</td>
|
||||
<td>SUCCESS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Botvac D3 Connected (firmware 4.0+)</td>
|
||||
<td>UNTESTED</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Botvac D5 Connected (firmware 4.0+)</td>
|
||||
<td>PARTIALLY WORKING</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Botvac D7 Connected</td>
|
||||
<td>SUCCESS</td>
|
||||
|
@ -107,7 +115,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<p class="note">
|
||||
There is no support for the Botvac D3 Connected and Botvac D5 Connected robots at this time.
|
||||
After the update to firmware 4.0 (which adds cleaning maps) there is also support for displaying the maps of the Botvac D3 Connected and Botvac D5 Connected robots. The start/stop functionality does not work. More information on how to update here: https://support.neatorobotics.com/hc/en-us/articles/115004320694-Software-Update-4-0-for-Neato-Botvac-Connected-D3-D5-
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue