diff --git a/source/_integrations/qnap_qsw.markdown b/source/_integrations/qnap_qsw.markdown index 08d9d797c56..e5d2c43d4e5 100644 --- a/source/_integrations/qnap_qsw.markdown +++ b/source/_integrations/qnap_qsw.markdown @@ -39,10 +39,16 @@ Password: The following *binary sensors* are created: -| Condition | Description | +| Binary Sensor | Description | | :------------------ | :--------------------------------- | | anomaly | Device anomaly. | +The following *binary sensors* are created for each port (or LACP): + +| Binary Sensor | Description | +| :------------------ | :--------------------------------- | +| link | Link status. | + ## Buttons The following *buttons* are created: @@ -55,16 +61,22 @@ The following *buttons* are created: The following *sensors* are created: -| Condition | Description | +| Sensors | Description | | :------------------ | :--------------------------------- | | fan_1_speed | Fan 1 Speed. | | fan_2_speed | Fan 2 Speed. | +| ports | Number of used ports. | +| rx | Total RX bytes. | +| rx_errors | Total number of RX errors. | +| rx_speed | Total RX speed. | | temperature | Switch temperature. | +| tx | Total TX bytes. | +| tx_speed | Total TX speed. | | uptime | Uptime seconds. | -The following sensors are created for each port (or LACP): +The following *sensors* are created for each port (or LACP): -| Condition | Description | +| Sensors | Description | | :------------------ | :--------------------------------- | | link_speed | Link speed. | | rx | RX bytes. |