mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Fix incorrect voltage device class usage in RuuviTag BLE (#84380)
This commit is contained in:
@@ -62,7 +62,6 @@ SENSOR_DESCRIPTIONS = {
|
||||
Units.ELECTRIC_POTENTIAL_MILLIVOLT,
|
||||
): SensorEntityDescription(
|
||||
key=f"{SSDSensorDeviceClass.VOLTAGE}_{Units.ELECTRIC_POTENTIAL_MILLIVOLT}",
|
||||
device_class=SensorDeviceClass.VOLTAGE,
|
||||
native_unit_of_measurement=UnitOfElectricPotential.MILLIVOLT,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
|
Reference in New Issue
Block a user