From 5b31189ffb2269b3f8111ee218fed3b7d2f6586a Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 2 Mar 2020 03:30:55 -0600 Subject: [PATCH] Update supported devices in configuration example (#12228) Add ti_cc --- source/_integrations/zha.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 668149778b99..aa7c32cb4329 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -78,7 +78,7 @@ Use the plus button in the bottom right to add a new integration called **ZHA**. In the popup: - USB Device Path - on a Linux system will be something like `/dev/ttyUSB0` -- Radio type - select device type `ezsp`, `deconz` or `xbee` +- Radio type - select device type `ezsp`, `deconz`, `ti_cc`, `xbee` or `zigate` - Submit The success dialog will appear or an error will be displayed in the popup. An error is likely if Home Assistant can't access the USB device or your device is not up to date (see troubleshooting). @@ -104,7 +104,7 @@ If you are use ZiGate, you have to use some special usb_path configuration: {% configuration %} radio_type: - description: One of `ezsp`, `xbee`, `deconz` or `zigate`. + description: One of `deconz`, `ezsp`, `ti_cc`, `xbee` or `zigate`. required: false type: string default: ezsp