parent
3e32c50936
commit
b451bfed81
|
@ -364,7 +364,7 @@ SENSOR_DESCRIPTIONS = {
|
||||||
): SensorEntityDescription(
|
): SensorEntityDescription(
|
||||||
key=f"{BTHomeSensorDeviceClass.CONDUCTIVITY}_{Units.CONDUCTIVITY}",
|
key=f"{BTHomeSensorDeviceClass.CONDUCTIVITY}_{Units.CONDUCTIVITY}",
|
||||||
device_class=SensorDeviceClass.CONDUCTIVITY,
|
device_class=SensorDeviceClass.CONDUCTIVITY,
|
||||||
native_unit_of_measurement=UnitOfConductivity.MICROSIEMENS,
|
native_unit_of_measurement=UnitOfConductivity.MICROSIEMENS_PER_CM,
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue