Skip to content

Commit fa15b4a

Browse files
authored
Merge pull request #1406 from Chreece/master
Update Conductivity class
2 parents eedb597 + 806ff60 commit fa15b4a

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)