diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 3eb095f574d..8be513f8d32 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -50,8 +50,11 @@ The custom quirks implementations for zigpy implemented as ZHA Device Handlers f - [ConBee II (a.k.a. ConBee 2) USB adapter from Dresden-Elektronik](https://shop.dresden-elektronik.de/conbee-2.html) - [ConBee USB adapter from Dresden-Elektronik](https://www.dresden-elektronik.de/conbee/) - [RaspBee Raspberry Pi Shield from Dresden-Elektronik](https://www.dresden-elektronik.de/raspbee/) -- ZiGate based radios (via the [zigpy-zigate](https://github.com/doudz/zigpy-zigate) library for zigpy) - - ZiGate USB modules (require firmware 3.1a or later) +- ZiGate based radios (via the [zigpy-zigate](https://github.com/doudz/zigpy-zigate) library for zigpy and require firmware 3.1a or later) + - [ZiGate USB-TTL](https://zigate.fr/produit/zigate-ttl/) + - [ZiGate USB-DIN](https://zigate.fr/produit/zigate-usb-din/) + - [PiZiGate](https://zigate.fr/produit/pizigate-v1-0/) + - [Wifi ZiGate](https://zigate.fr/produit/zigate-pack-wifi-v1-3/) (work in progress) ## Configuration @@ -66,6 +69,11 @@ zha: database_path: /home/homeassistant/.homeassistant/zigbee.db ``` +If you are use ZiGate, you have to use some special usb_path configuration: + - ZiGate USB TTL or DIN: `/dev/ttyUSB0` or `auto` to auto discover the zigate + - PiZigate : `pizigate:/dev/serial0` + - Wifi Zigate : `socket://[IP]:[PORT]` for example `socket://192.168.1.10:9999` + {% configuration %} radio_type: description: One of `ezsp`, `xbee`, `deconz` or `zigate`.