Site updated at 2017-09-26 07:14:23 UTC

This commit is contained in:
Travis CI 2017-09-26 07:14:23 +00:00
parent 80847eb95a
commit b723b0750d
415 changed files with 2329 additions and 1581 deletions

View file

@ -74,7 +74,7 @@
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">mqtt</code> camera platform allows you to integrate the content of an image file sent through MQTT into Home Assistant as a camera. Everytime a message under the <code class="highlighter-rouge">topic</code> in the configuration is received, the image displayed in Home Assistant will also be updated.</p>
<p>The <code class="highlighter-rouge">mqtt</code> camera platform allows you to integrate the content of an image file sent through MQTT into Home Assistant as a camera. Every time a message under the <code class="highlighter-rouge">topic</code> in the configuration is received, the image displayed in Home Assistant will also be updated.</p>
<p>This can be used with an application or a service capable of sending images through MQTT, for example <a href="https://play.google.com/store/apps/details?id=it.barbaro.zanzito">Zanzito</a>.</p>
<p>To enable this camera 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>