From 40adb9e0cc7e1777cce2cee3d60d60f4fc6e4d26 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Fri, 14 Mar 2025 13:37:51 +0100 Subject: [PATCH] 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,