Site updated at 2016-11-03 20:49:30 UTC

This commit is contained in:
Travis CI 2016-11-03 20:49:30 +00:00
parent 03e3015a05
commit 226971a81b
24 changed files with 46 additions and 36 deletions

View file

@ -173,6 +173,12 @@ entities. The driving use case behind this functionality is to allow Home Assist
<li><strong>emulated_hue_name</strong> (<em>Optional</em>): The name that the emulated Hue will use. The default for this is the entitys friendly name.</li>
</ul>
<h3><a class="title-link" name="troubleshooting" href="#troubleshooting"></a> Troubleshooting</h3>
<p>You can verify that the <code class="highlighter-rouge">emulated_hue</code> component has been loaded and is responding by pointing a local browser to the following URL:
http://<code class="highlighter-rouge">&lt;HA IP Address&gt;</code>:8300/description.xml - This URL should return a descriptor file in the form of an XML file.
http://<code class="highlighter-rouge">&lt;HA IP Address&gt;</code>:8300/api/pi/lights - This will return a list of devices, lights, scenes, groups, etc.. that <code class="highlighter-rouge">emulated_hue</code> is exposing to Alexa.</p>
<h3><a class="title-link" name="license" href="#license"></a> License</h3>
<p>Much of this code is based on work done by Bruce Locke on his <a href="https://github.com/blocke/ha-local-echo">ha-local-echo</a> project, originally released under the MIT License. The license is located <a href="https://github.com/blocke/ha-local-echo/blob/b9bf5dcaae6d8e305e2283179ffba64bde9ed29e/LICENSE">here</a>.</p>