From b895460dd01dfdbf1b4bc06eb3de17729d990e19 Mon Sep 17 00:00:00 2001 From: Hedda Date: Mon, 13 Nov 2023 15:34:48 +0100 Subject: [PATCH] Update the prologue for ZHA integration (#29314) * Update the prologue for ZHA integration Update the prologue for ZHA integration for better readability and mention that it is a "Zigbee gateway" implementation. * Tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/zha.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index ccf031b34d4..ed54d3fc884 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -45,11 +45,11 @@ ha_zeroconf: true ha_integration_type: integration --- -The ZHA (Zigbee Home Automation) integration allows you to connect many off-the-shelf [Zigbee based devices](https://csa-iot.org/) directly to Home Assistant, using one of the many available Zigbee coordinators. +The ZHA (Zigbee Home Automation) integration allows you to wirelessly connect many off-the-shelf [Zigbee-based devices](https://csa-iot.org/csa-iot_products/) directly to Home Assistant, using one of the many available Zigbee coordinators. ZHA uses an open-source Python library implementing a hardware-independent Zigbee stack called [zigpy](https://github.com/zigpy/zigpy). All coordinators compatible with zigpy can be used with ZHA. -There is currently support for the following device types within Home Assistant: +This integration currently supports the following device types within Home Assistant: - [Alarm Control Panel](/integrations/alarm_control_panel/) - [Binary Sensor](/integrations/binary_sensor/) @@ -65,7 +65,7 @@ There is currently support for the following device types within Home Assistant: - [Siren](/integrations/siren/) - [Switch](/integrations/switch/) -There is also support for Zigbee grouping of lights, switches, and fans (i.e. support for commanding device groups as entities). At least two entities must be added to a Zigbee group in the ZHA integration before the group entity is created. As well as support for [binding and unbinding (i.e. bind a remote to a lightbulb or group)](#binding-and-unbinding). +In addition, it has support for "Zigbee groups" that enable native on-device grouping of multiple Zigbee lights, switches, and fans that enable controlling all entities for those devices in those groups with one command. At least two entities must be added to a Zigbee group inside the ZHA integration before a group entity is created. There is also support for native on-device Zigbee [binding and unbinding (i.e. bind a remote to a lightbulb or group)](#binding-and-unbinding). ## Introduction