Skip to content

Commit

Permalink
Update supported devices in configuration example (home-assistant#12228)
Browse files Browse the repository at this point in the history
Add ti_cc
  • Loading branch information
aneisch authored Mar 2, 2020
1 parent b47c566 commit 5b31189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_integrations/zha.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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
Expand Down

0 comments on commit 5b31189

Please sign in to comment.