Site updated at 2017-05-14 07:56:45 UTC

This commit is contained in:
Travis CI 2017-05-14 07:56:45 +00:00
parent 6da6750968
commit 0a40009677
27 changed files with 45 additions and 43 deletions

View file

@ -81,9 +81,8 @@
<li><strong>port</strong> (<em>Optional</em>): The port of your controllers web interface. Defaults to <code class="highlighter-rouge">8443</code>.</li>
<li><strong>username</strong> (<em>Required</em>: The username of an user with administrative privileges, usually <code class="highlighter-rouge">admin</code>.</li>
<li><strong>password</strong> (<em>Required</em>): The password for your given admin account.</li>
<li><strong>verify_ssl</strong> (<em>Optional</em>): Verify the controllers SSL certificate. Defaults to True however can also be False or “path/to/custom_cert.pem”.</li>
<li><strong>site_id</strong> (<em>Optional</em>): Allows you to specify a <code class="highlighter-rouge">site_id</code> for device tracking. Defaults to <code class="highlighter-rouge">default</code>. Found in the URL of the controller (i.e. https://CONTROLLER:PORT/manage/site/SITE_ID/dashboard)</li>
<li><strong>verify_ssl</strong> (<em>Optional</em>): Controls if the SSL certificate running on your Unifi webserver must be trusted by a known Certificate Authority on the server running Home Assistant. Defaults to True.</li>
<li><strong>site_id</strong> (<em>Optional</em>): Allows you to specify a <code class="highlighter-rouge">site_id</code> for device tracking. Defaults to <code class="highlighter-rouge">default</code>. Found in the URL of the controller (i.e. https://CONTROLLER:PORT/manage/site/SITE_ID/dashboard).</li>
<li><strong>verify_ssl</strong> (<em>Optional</em>): Controls if the SSL certificate running on your Unifi webserver must be trusted by a known Certificate Authority on the server running Home Assistant. Defaults to True but can also be a value that points to your custom cert “path/to/custom_cert.pem”.</li>
</ul>
<p>See the <a href="/components/device_tracker/">device tracker component page</a> for instructions how to configure the people to be tracked.</p>
</article>

View file

@ -85,6 +85,7 @@
<li>Linn / Openhome</li>
<li>Denon Network Receivers</li>
<li>Bose Soundtouch speakers</li>
<li>IKEA Trådfri (Tradfri)</li>
</ul>
<p>It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.</p>
<p>To load this component, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
@ -116,6 +117,7 @@
<li>flux_led: (Flux Led/MagicLight)</li>
<li>apple_tv: (Apple TV)</li>
<li>openhome: (Linn / Openhome)</li>
<li>ikea_tradfri: (IKEA Trådfri)</li>
</ul>
<p class="note">
Home Assistant must be on the same network as the devices for uPnP discovery to work.