Tuck the caution inside of the collapsed section (#37699)

This commit is contained in:
kylehakala 2025-02-25 23:52:15 -06:00 committed by GitHub
parent c56274472c
commit bb7c3f43ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,13 +108,21 @@ Newer coordinators generally support Zigbee 3.0 firmware, but it is up to the ma
### Other supported but not recommended Zigbee radio adapters or modules
{% details "List of hardware that is not recommended" %}
{% warning %}
The following hardware is supported, but _not recommended_. Specific models and details are noted where available in each section.
{% endwarning %}
{% details "List of hardware that is not recommended" %}
{% caution %}
- It is **not recommended** to run a coordinator via **Serial-Proxy-Server** _(also called Serial-to-IP bridge or Ser2Net remote adapter)_ over:
- **Wi-Fi**,
- **WAN**, or
- **VPN**
- The coordinator requires a stable, local connection to its serial port interface without drops in communication with the Zigbee gateway application running on the host computer.
- Serial protocols used by the coordinator do not have enough robustness, resilience, or fault tolerance to handle packet loss and latency delays that can occur over unstable connections.
{% endcaution %}
**Silicon Labs EmberZNet based radios using legacy hardware using the EZSP protocol (via the [bellows](https://github.com/zigpy/bellows) library for zigpy)**
@ -165,18 +173,6 @@ The following hardware is supported, but _not recommended_. Specific models and
If you find an opportunity to improve this information, refer to the section on how to [add support for new and unsupported devices](#how-to-add-support-for-new-and-unsupported-devices).
{% caution %}
- It is **not recommended** to run a coordinator via **Serial-Proxy-Server** _(also called Serial-to-IP bridge or Ser2Net remote adapter)_ over:
- **Wi-Fi**,
- **WAN**, or
- **VPN**
- The coordinator requires a stable, local connection to its serial port interface without drops in communication with the Zigbee gateway application running on the host computer.
- Serial protocols used by the coordinator do not have enough robustness, resilience, or fault tolerance to handle packet loss and latency delays that can occur over unstable connections.
{% endcaution %}
## Configuration requirements
Be sure to connect a compatible radio module and restart Home Assistant before proceeding with configuration.