Remove invalid Signal Strength device class from Ondilo (#95109)

pull/95115/head
Franck Nijhof 2023-06-23 15:26:57 +02:00 committed by GitHub
parent 983ff10541
commit 4255cd6bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(