Site updated at 2016-10-08 18:28:01 UTC

This commit is contained in:
Travis CI 2016-10-08 18:28:02 +00:00
parent c33649c7ed
commit 85df6d11f5
522 changed files with 7493 additions and 3477 deletions

View file

@ -91,6 +91,8 @@
<p>The <code class="highlighter-rouge">zeroconf</code> component exposes your Home Assistant to the local network using <a href="https://en.wikipedia.org/wiki/Zero-configuration_networking">Zeroconf</a>. Zeroconf is also sometimes known as Bonjour, Rendezvous and Avahi.</p>
<p>To integrate this into Home Assistant, add the following section 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">zeroconf</span><span class="pi">:</span>
</code></pre>