From 2709d1d8d96cacc843ba0134f1f6079fbf552c23 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:13:40 +0100 Subject: [PATCH] Update sensor.py --- custom_components/plant/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/plant/sensor.py b/custom_components/plant/sensor.py index 5ca1f12..67c1180 100644 --- a/custom_components/plant/sensor.py +++ b/custom_components/plant/sensor.py @@ -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)