Site updated at 2016-08-20 21:14:52 UTC

This commit is contained in:
Travis CI 2016-08-20 21:14:52 +00:00
parent 035ee1ebe5
commit e3e0727464
64 changed files with 120 additions and 107 deletions

View file

@ -100,6 +100,18 @@
<p>The registration will include metadata about the Home Assistant instance, including a base URL that can be used to access Home Assistant, the currently running Home Assistant version, and whether an API password is needed to access the instance.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ avahi-browse -alr
+ eth0 IPv4 Home _home-assistant._tcp local
= eth0 IPv4 Home _home-assistant._tcp local
hostname = [Home._home-assistant._tcp.local]
address = [192.168.0.5]
port = [8123]
txt = [&quot;version=0.27.0.dev0&quot; &quot;base_url=http://192.168.0.5:8123&quot; &quot;requires_api_password=true&quot;]
</pre></div>
</div>
</div>
</article>