Site updated at 2017-02-26 00:49:31 UTC
This commit is contained in:
parent
092dbe14ce
commit
87b3c263a3
500 changed files with 9754 additions and 1957 deletions
|
@ -120,8 +120,16 @@ The virtual bridge has the ability to turn entities on or off, or change the bri
|
|||
<ul>
|
||||
<li><strong>type</strong> (<em>Optional</em>): The type of assistant who we are emulated for. Either <code class="highlighter-rouge">alexa</code> or <code class="highlighter-rouge">google_home</code>, defaults to <code class="highlighter-rouge">alexa</code>.</li>
|
||||
<li><strong>host_ip</strong> (<em>Optional</em>): The IP address that your Home Assistant installation is running on. If you do not specify this option, the component will attempt to determine the IP address on its own.</li>
|
||||
<li><strong>listen_port</strong> (<em>Optional</em>): The port the Hue bridge API web server will run on. If not specified, this defaults to 8300. This can be any free port on your system.</li>
|
||||
<li><strong>upnp_bind_multicast</strong> (<em>Optional</em>): Whether or not to bind the UPNP (SSDP) listener to the multicast address (239.255.255.250) or instead to the (unicast) host_ip address specified above (or automatically determined). The default is true, which will work for most situations. In special circumstances, like running in a FreeBSD or FreeNAS jail, you may need to disable this.</li>
|
||||
<li>
|
||||
<p><strong>listen_port</strong> (<em>Optional</em>): The port the Hue bridge API web server will run on. If not specified, this defaults to 8300. This can be any free port on your system.</p>
|
||||
</li>
|
||||
<li><strong>advertise_ip</strong> (<em>Optional</em>): If you need to override the IP address used for UPNP discovery. (For example, using network isolation in Docker)</li>
|
||||
<li>
|
||||
<p><strong>advertise_port</strong> (<em>Optional</em>): If you need to specifically override the advertised UPNP port.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>upnp_bind_multicast</strong> (<em>Optional</em>): Whether or not to bind the UPNP (SSDP) listener to the multicast address (239.255.255.250) or instead to the (unicast) host_ip address specified above (or automatically determined). The default is true, which will work for most situations. In special circumstances, like running in a FreeBSD or FreeNAS jail, you may need to disable this.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>off_maps_to_on_domains</strong> (<em>Optional</em>): The domains that maps an “off” command to an “on” command.</p>
|
||||
|
||||
|
@ -155,6 +163,8 @@ The virtual bridge has the ability to turn entities on or off, or change the bri
|
|||
<span class="s">emulated_hue</span><span class="pi">:</span>
|
||||
<span class="s">host_ip</span><span class="pi">:</span> <span class="s">192.168.1.186</span>
|
||||
<span class="s">listen_port</span><span class="pi">:</span> <span class="s">8300</span>
|
||||
<span class="s">advertise_ip</span><span class="pi">:</span> <span class="s">10.0.0.10</span>
|
||||
<span class="s">advertise_port</span><span class="pi">:</span> <span class="s">8080</span>
|
||||
<span class="s">off_maps_to_on_domains</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">script</span>
|
||||
<span class="pi">-</span> <span class="s">scene</span>
|
||||
|
@ -336,6 +346,9 @@ The virtual bridge has the ability to turn entities on or off, or change the bri
|
|||
<li>
|
||||
<a href='/components/zwave/'>Z-Wave</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zoneminder/'>ZoneMinder</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ecobee/'>ecobee</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue