From 2344d05847cd09391c4c00ad05b04a4f6ec98022 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Fri, 14 Mar 2025 13:33:10 +0100 Subject: [PATCH 1/2] ZHA: convert terminology table into list --- source/_integrations/zha.markdown | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index da02bdea01b..491a5ce4dce 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -73,17 +73,13 @@ The ZHA integration is a hardware-independent Zigbee gateway implementation that ZHA uses an open-source Python library called [zigpy](https://github.com/zigpy/zigpy), so any coordinator that is compatible with zigpy can be used with ZHA. Review [compatible hardware](#compatible-hardware) recommendations before purchasing Zigbee devices. -### Zigbee terminology +### ZHA terminology -| Term | Definition | -| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -| Zigbee network | A mesh-network of devices with low-power digital radios using a low-bandwidth communication protocol | -| Zigbee coordinator | A hardware radio adapter (typically a USB dongle) that plugs directly into the same computer running your Home Assistant installation | -| Zigbee router device | A hardware device that is always mains-powered (AC) such as outlets or fans | -| Zigbee end device | A hardware device that is typically battery-powered (DC) such as remotes or motion sensors | -| Zigbee group | A collection of two or more Zigbee devices of the same type, different from Home Assistant's [Groups](/integrations/group/) | - -### Zigbee concepts +- **Zigbee network**: A mesh-network of devices with low-power digital radios using a low-bandwidth communication protocol. +- **Zigbee coordinator**: A hardware radio adapter (typically a USB dongle) that plugs directly into the same computer running your Home Assistant installation. +- **Zigbee router device**: A hardware device that is always mains-powered (AC) such as outlets or fans. +- **Zigbee end device**: A hardware device that is typically battery-powered (DC) such as remotes or motion sensors. +- **Zigbee group**: A collection of two or more Zigbee devices of the same type, different from Home Assistant's [Groups](/integrations/group/). - A Zigbee network can have **only one** Zigbee coordinator, - The Zigbee coordinator can have multiple **Zigbee router** or **Zigbee end devices** connected, From 40adb9e0cc7e1777cce2cee3d60d60f4fc6e4d26 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Fri, 14 Mar 2025 13:37:51 +0100 Subject: [PATCH 2/2] Re-add titles --- source/_integrations/zha.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 491a5ce4dce..f52612bc9a9 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -73,7 +73,7 @@ The ZHA integration is a hardware-independent Zigbee gateway implementation that ZHA uses an open-source Python library called [zigpy](https://github.com/zigpy/zigpy), so any coordinator that is compatible with zigpy can be used with ZHA. Review [compatible hardware](#compatible-hardware) recommendations before purchasing Zigbee devices. -### ZHA terminology +### Zigbee terminology - **Zigbee network**: A mesh-network of devices with low-power digital radios using a low-bandwidth communication protocol. - **Zigbee coordinator**: A hardware radio adapter (typically a USB dongle) that plugs directly into the same computer running your Home Assistant installation. @@ -81,6 +81,8 @@ ZHA uses an open-source Python library called [zigpy](https://github.com/zigpy/z - **Zigbee end device**: A hardware device that is typically battery-powered (DC) such as remotes or motion sensors. - **Zigbee group**: A collection of two or more Zigbee devices of the same type, different from Home Assistant's [Groups](/integrations/group/). +### Zigbee concepts + - A Zigbee network can have **only one** Zigbee coordinator, - The Zigbee coordinator can have multiple **Zigbee router** or **Zigbee end devices** connected, - Each Zigbee router device can have multiple **Zigbee end devices** connected to it,