Site updated at 2018-02-10 22:34:55 UTC
This commit is contained in:
parent
cf68d885fb
commit
b6201b0104
770 changed files with 11042 additions and 2350 deletions
|
@ -86,6 +86,7 @@ integration for Home Assistant allows you to connect many off-the-shelf ZigBee d
|
|||
<p>Known working ZigBee radios:</p>
|
||||
<ul>
|
||||
<li>Nortek/GoControl Z-Wave & Zigbee USB Adaptor - Model HUSBZB-1</li>
|
||||
<li>XBee Series 2C</li>
|
||||
</ul>
|
||||
<p>To configure the component, a <code class="highlighter-rouge">zha</code> section must be present in the <code class="highlighter-rouge">configuration.yaml</code>,
|
||||
and the path to the serial device for the radio and path to the database which will persist your network data is required.</p>
|
||||
|
@ -97,7 +98,9 @@ and the path to the serial device for the radio and path to the database which w
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>radio_type</strong> (<em>Optional</em>): One of <code class="highlighter-rouge">ezsp</code> (default) or <code class="highlighter-rouge">xbee</code></li>
|
||||
<li><strong>usb_path</strong> (<em>Required</em>): Path to the serial device for the radio.</li>
|
||||
<li><strong>baud_rate</strong> (<em>Optional</em>): Baud rate of the serial device.</li>
|
||||
<li><strong>database_path</strong> (<em>Required</em>): Path to the database which will keep persistent network data.</li>
|
||||
</ul>
|
||||
<p>To add new devices to the network, call the <code class="highlighter-rouge">permit</code> service on the <code class="highlighter-rouge">zha</code> domain, and then follow the device instructions for doing a scan or factory reset. In case you want to add Philips Hue bulbs that have previously been added to another bridge, have a look at: <a href="https://github.com/vanviegen/hue-thief/">https://github.com/vanviegen/hue-thief/</a></p>
|
||||
|
@ -253,9 +256,15 @@ and the path to the serial device for the radio and path to the database which w
|
|||
<li>
|
||||
<a href='/components/mqtt/'>MQTT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/melissa/'>Melissa Climate</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/raincloud/'>Melnor Raincloud</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/mercedesme/'>Mercedes me</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/microsoft_face/'>Microsoft Face</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue