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
This commit is contained in:
Gamester17 2019-02-23 22:58:13 +01:00 committed by Fabian Affolter
parent 469973df47
commit 407628099b

View File

@ -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)