From f92feca5f190f6456c00e1692d4ff64d9251dd54 Mon Sep 17 00:00:00 2001 From: Eirik Z <46269073+atxbyea@users.noreply.github.com> Date: Mon, 19 Oct 2020 17:38:59 +0200 Subject: [PATCH] Adding documentation about Channel selection (#15310) --- source/_integrations/zha.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index fca173f4261..c98beaf8bd8 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -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. +### 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 To add a new device: