From f308dfc74e8d70663cf8df5e92226c092beb9c3c Mon Sep 17 00:00:00 2001 From: Hedda Date: Mon, 19 Jun 2023 09:54:19 +0200 Subject: [PATCH] Update zha.markdown (#27842) Add URLs linking to the documentation of other integrations that device types in the ZHA integration make use of. --- source/_integrations/zha.markdown | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 12d0d4036d2..0807d220b49 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -51,21 +51,21 @@ ZHA uses an open-source Python library implementing a hardware-independent Zigbe There is currently support for the following device types within Home Assistant: -- Alarm Control Panel -- Binary Sensor -- Button -- Climate (beta) -- Cover -- Fan -- Light -- Lock -- Number (i.e. analog output) -- Select -- Sensor -- Siren -- Switch +- [Alarm Control Panel](../alarm_control_panel/) +- [Binary Sensor](../binary_sensor/) +- [Button](../button/) +- [Climate](../climate/) (beta) +- [Cover](../cover/) +- [Fan](../fan/) +- [Light](../light/) +- [Lock](../lock/) +- [Number](../number/) (i.e. analog output) +- [Select](../select/) +- [Sensor](../sensor/) +- [Siren](../siren/) +- [Switch](../switch/) -There is also support for grouping of lights, switches, and fans (i.e. support for commanding device groups as entities). At least two entities must be added to a group before the group entity is created. As well as support for binding/unbinding (i.e. bind a remote to a lightbulb or group). +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). ## Introduction