Skip to content

Commit

Permalink
Merge pull request #202 from hmmbob/patch-1
Browse files Browse the repository at this point in the history
Change unit of measurement to MICROSIEMENS_PER_CM
  • Loading branch information
Olen authored Nov 7, 2024
2 parents 5dd282c + 2709d1d commit 3cf3d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/plant/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def __init__(
self._external_sensor = config.data[FLOW_PLANT_INFO].get(
FLOW_SENSOR_CONDUCTIVITY
)
self._attr_native_unit_of_measurement = UnitOfConductivity.MICROSIEMENS
self._attr_native_unit_of_measurement = UnitOfConductivity.MICROSIEMENS_PER_CM

super().__init__(hass, config, plantdevice)

Expand Down

0 comments on commit 3cf3d49

Please sign in to comment.