diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index e62990d47cf..a44574bb9c5 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -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.