Skip to content

Commit 2d000b7

Browse files
author
Ernst
committed
fix unit of conductivity
1 parent eb88dee commit 2d000b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ble_monitor/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ class BLEMonitorBinarySensorEntityDescription(
830830
name="ble conductivity",
831831
unique_id="c_",
832832
icon="mdi:lightning-bolt-circle",
833-
native_unit_of_measurement=UnitOfConductivity.MICROSIEMENS,
833+
native_unit_of_measurement=UnitOfConductivity.MICROSIEMENS_PER_CM,
834834
device_class=None,
835835
suggested_display_precision=0,
836836
state_class=SensorStateClass.MEASUREMENT,

0 commit comments

Comments
 (0)