Update ZHA radio types (#14410)

This commit is contained in:
Alexei Chetroi 2020-09-07 02:44:17 -04:00 committed by GitHub
parent 4f7216c7c9
commit 1e9d3cb5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,8 @@ a new pop-up asking for a radio type. In the pop-up:
| ------------- | ------------- |
| `ezsp` | Silicon Labs EmberZNet protocol (ex; Elelabs, HUSBZB-1, Telegesis) |
| `deconz` | dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II |
| `ti_cc` | Texas Instruments Z-Stack ZNP protocol (ex: CC253x, CC26x2, CC13x2) |
| `znp` | Actively maintained: Texas Instruments Z-Stack ZNP protocol (ex: CC253x, CC26x2, CC13x2) |
| `ti_cc` | Legacy & HA12 ZStack Texas Instruments Z-Stack ZNP protocol (ex: CC253x, CC26x2, CC13x2) |
| `zigate` | ZiGate Serial protocol: PiZiGate, ZiGate USB-TTL, ZiGate WiFi |
| `xbee` | Digi XBee ZB Coordinator Firmware protocol (Digi XBee Series 2, 2C, 3) |
@ -202,6 +203,7 @@ logger:
zigpy_xbee.zigbee.application: debug
zigpy_xbee.api: debug
zigpy_zigate: debug
zigpy_znp: debug
zhaquirks: debug
```