Skip to content

Commit 0b49ea8

Browse files
rcloranfrenck
authored andcommitted
Add zha radio_type (home-assistant#4586)
Adds support for XBee radios, which requires setting `radio_type` in the zha config.
1 parent a854b89 commit 0b49ea8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/_components/zha.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ There is currently support for the following device types within Home Assistant:
2626
Known working ZigBee radios:
2727

2828
- Nortek/GoControl Z-Wave & Zigbee USB Adaptor - Model HUSBZB-1
29+
- XBee Series 2C
2930

3031
To configure the component, a `zha` section must be present in the `configuration.yaml`,
3132
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:
3940
4041
Configuration variables:
4142
43+
- **radio_type** (*Optional*): One of `ezsp` (default) or `xbee`
4244
- **usb_path** (*Required*): Path to the serial device for the radio.
45+
- **baud_rate** (*Optional*): Baud rate of the serial device.
4346
- **database_path** (*Required*): Path to the database which will keep persistent network data.
4447

4548
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/)

0 commit comments

Comments
 (0)