mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-29 00:07:22 +01:00
Remove invalid Signal Strength device class from Ondilo (#95109)
This commit is contained in:
@@ -70,8 +70,8 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
||||
SensorEntityDescription(
|
||||
key="rssi",
|
||||
name="RSSI",
|
||||
icon="mdi:wifi",
|
||||
native_unit_of_measurement=PERCENTAGE,
|
||||
device_class=SensorDeviceClass.SIGNAL_STRENGTH,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
|
||||
Reference in New Issue
Block a user