Hedda 2020-04-08 20:08:10 +02:00 committed by GitHub
parent 94ed066555
commit 859846a2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@ There is currently support for the following device types within Home Assistant:
- Sensor
- Switch
There is also support for grouping of lights, switches, and fans (i.e. support for commanding device groups as entities).
## ZHA exception and deviation handling
Zigbee devices that deviate from or do not fully conform to the standard specifications set by the [Zigbee Alliance](https://zigbeealliance.org) may require the development of custom [ZHA Device Handlers](https://github.com/dmulcahey/zha-device-handlers) (ZHA custom quirks handler implementation) to for all their functions to work properly with the ZHA integration in Home Assistant. These ZHA Device Handlers for Home Assistant can thus be used to parse custom messages to and from Zigbee devices.