We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffa44d2 + c289ffc commit 3f44e1dCopy full SHA for 3f44e1d
1 file changed
custom_components/ha_zyxel/sensor.py
@@ -107,6 +107,13 @@
107
"device_class": SensorDeviceClass.SIGNAL_STRENGTH,
108
"state_class": SensorStateClass.MEASUREMENT
109
},
110
+ "NSA_RSSI": {
111
+ "name": "NSA Reference Signal Strength Indicator",
112
+ "unit": "dBm",
113
+ "icon": "mdi:signal",
114
+ "device_class": SensorDeviceClass.SIGNAL_STRENGTH,
115
+ "state_class": SensorStateClass.MEASUREMENT
116
+ },
117
"NSA_SINR": {
118
"name": "NSA Signal-to-Noise Ratio",
119
"unit": "dB",
@@ -272,4 +279,4 @@ def state(self):
272
279
@property
273
280
def icon(self):
274
281
"""Return the icon."""
275
- return "mdi:router-wireless"
282
+ return "mdi:router-wireless"
0 commit comments