From 4255cd6bbcb6047edf4ed1109da8950576b0be86 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 23 Jun 2023 15:26:57 +0200 Subject: [PATCH] Remove invalid Signal Strength device class from Ondilo (#95109) --- homeassistant/components/ondilo_ico/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/ondilo_ico/sensor.py b/homeassistant/components/ondilo_ico/sensor.py index 129cdf509797f4..5e226dcead7656 100644 --- a/homeassistant/components/ondilo_ico/sensor.py +++ b/homeassistant/components/ondilo_ico/sensor.py @@ -70,8 +70,8 @@ SensorEntityDescription( key="rssi", name="RSSI", + icon="mdi:wifi", native_unit_of_measurement=PERCENTAGE, - device_class=SensorDeviceClass.SIGNAL_STRENGTH, state_class=SensorStateClass.MEASUREMENT, ), SensorEntityDescription(