Adding documentation about Channel selection (#15310)

This commit is contained in:
Eirik Z 2020-10-19 17:38:59 +02:00 committed by GitHub
parent 7f5d05b4d6
commit f92feca5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,18 @@ You can choose if the IKEA or LEDVANCE provider should be set to enabled (`true`
Note that the `otau_directory` setting is optional and can be used for any firmware files you have downloaded yourself. Note that the `otau_directory` setting is optional and can be used for any firmware files you have downloaded yourself.
### Defining Zigbee channel to use
```yaml
zha:
zigpy_config:
network:
channel: 15 # What channel the radio should try to use.
channels: [15, 20, 25] # Channel mask
```
This is a good reference for channel selection [Zigbee and Wifi Coexistance](https://support.metageek.com/hc/en-us/articles/203845040-ZigBee-and-WiFi-Coexistence)
## Adding devices ## Adding devices
To add a new device: To add a new device: