From 407628099b4b0f9592ab2e07b1829c55681062ce Mon Sep 17 00:00:00 2001 From: Gamester17 Date: Sat, 23 Feb 2019 22:58:13 +0100 Subject: [PATCH] Update zha.markdown to mention ZHA Device Handlers (#8681) * Update zha.markdown to mention ZHA Device Handlers Update zha.markdown to mention the ZHA Device Handlers (a.k.a. ZHA quirks handler) by @dmulcahey This proposes adding text: "Zigbee devices that deviate or do not fully conform from standard specification set by the [Zigbee Alliance](https://www.zigbee.org) may require the development of custom [ZHA Device Handlers](https://github.com/dmulcahey/zha-device-handlers) (a.k.a. ZHA quirks handler implementation) to for all their functions to work properly with the ZHA component in Home Assistant." * Minor changes --- source/_components/zha.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index da056f7a9c3..a48d20b2ecc 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -35,6 +35,10 @@ There is currently support for the following device types within Home Assistant: - Switch - Fan +ZHA exception and deviation handling: + +Zigbee devices that deviate from or do not fully conform to the standard specification set by the [Zigbee Alliance](https://www.zigbee.org) may require the development of custom [ZHA Device Handlers](https://github.com/dmulcahey/zha-device-handlers) (ZHA quirks handler implementation) to for all their functions to work properly with the ZHA component in Home Assistant. + Known working Zigbee radio modules: - EmberZNet based radios using the EZSP protocol (via the [bellows](https://github.com/zigpy/bellows) library for zigpy)