mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Adding documentation about Channel selection (#15310)
This commit is contained in:
parent
7f5d05b4d6
commit
f92feca5f1
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user