Re-add titles

This commit is contained in:
c0ffeeca7 2025-03-14 13:37:51 +01:00
parent 2344d05847
commit 40adb9e0cc
No known key found for this signature in database
GPG Key ID: 11BDC0C7599B77E7

View File

@ -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,