Skip to content

Commit 806ff60

Browse files
authored
Update Conductivity class
1 parent eedb597 commit 806ff60

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
@@ -831,7 +831,7 @@ class BLEMonitorBinarySensorEntityDescription(
831831
unique_id="c_",
832832
icon="mdi:lightning-bolt-circle",
833833
native_unit_of_measurement=UnitOfConductivity.MICROSIEMENS_PER_CM,
834-
device_class=None,
834+
device_class=SensorDeviceClass.CONDUCTIVITY,
835835
suggested_display_precision=0,
836836
state_class=SensorStateClass.MEASUREMENT,
837837
),

0 commit comments

Comments
 (0)