ZHA: convert terminology table into list (#37979)

This commit is contained in:
c0ffeeca7 2025-03-14 13:49:55 +01:00 committed by GitHub
commit 36c8861bf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,13 +75,11 @@ ZHA uses an open-source Python library called [zigpy](https://github.com/zigpy/z
### Zigbee terminology ### Zigbee 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 network | A mesh-network of devices with low-power digital radios using a low-bandwidth communication protocol | - **Zigbee router device**: A hardware device that is always mains-powered (AC) such as outlets or fans.
| Zigbee coordinator | A hardware radio adapter (typically a USB dongle) that plugs directly into the same computer running your Home Assistant installation | - **Zigbee end device**: A hardware device that is typically battery-powered (DC) such as remotes or motion sensors.
| Zigbee router device | A hardware device that is always mains-powered (AC) such as outlets or fans | - **Zigbee group**: A collection of two or more Zigbee devices of the same type, different from Home Assistant's [Groups](/integrations/group/).
| 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 concepts