From 8060e63d5194e831e97be4136fe39ccf0faea1aa Mon Sep 17 00:00:00 2001 From: Gamester17 Date: Mon, 21 Jan 2019 22:27:07 +0100 Subject: [PATCH] Update zha.markdown with deconz radio type as optional configuration variable (#8211) Added `deconz` to CONFIGURATION VARIABLES as additional radio type in zha.markdown. --- source/_components/zha.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index c3a1069360a..a2921fe5c9d 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -50,7 +50,7 @@ zha: {% configuration %} radio_type: - description: One of `ezsp` or `xbee`. + description: One of `ezsp`, `xbee` or `deconz`. required: false type: string default: ezsp