From 0b49ea80bf1657724141d44fa6f4c153fdbbafa6 Mon Sep 17 00:00:00 2001 From: Russell Cloran Date: Fri, 9 Feb 2018 13:55:13 -0800 Subject: [PATCH] Add zha radio_type (#4586) Adds support for XBee radios, which requires setting `radio_type` in the zha config. --- source/_components/zha.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index 2e4a749b970..2a6b6355f2f 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -26,6 +26,7 @@ There is currently support for the following device types within Home Assistant: Known working ZigBee radios: - Nortek/GoControl Z-Wave & Zigbee USB Adaptor - Model HUSBZB-1 +- XBee Series 2C To configure the component, a `zha` section must be present in the `configuration.yaml`, and the path to the serial device for the radio and path to the database which will persist your network data is required. @@ -39,7 +40,9 @@ zha: Configuration variables: + - **radio_type** (*Optional*): One of `ezsp` (default) or `xbee` - **usb_path** (*Required*): Path to the serial device for the radio. + - **baud_rate** (*Optional*): Baud rate of the serial device. - **database_path** (*Required*): Path to the database which will keep persistent network data. To add new devices to the network, call the `permit` service on the `zha` 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: [https://github.com/vanviegen/hue-thief/](https://github.com/vanviegen/hue-thief/)