Skip to content

Commit

Permalink
Merge pull request #1406 from Chreece/master
Browse files Browse the repository at this point in the history
Update Conductivity class
  • Loading branch information
Ernst79 authored Nov 19, 2024
2 parents eedb597 + 806ff60 commit fa15b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ble_monitor/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ class BLEMonitorBinarySensorEntityDescription(
unique_id="c_",
icon="mdi:lightning-bolt-circle",
native_unit_of_measurement=UnitOfConductivity.MICROSIEMENS_PER_CM,
device_class=None,
device_class=SensorDeviceClass.CONDUCTIVITY,
suggested_display_precision=0,
state_class=SensorStateClass.MEASUREMENT,
),
Expand Down

0 comments on commit fa15b4a

Please sign in to comment.