Skip to content

Commit

Permalink
Remove invalid Signal Strength device class from Ondilo (home-assista…
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jun 23, 2023
1 parent 983ff10 commit 4255cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/ondilo_ico/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4255cd6

Please sign in to comment.