diff --git a/custom_components/nicehash/rig_sensors.py b/custom_components/nicehash/rig_sensors.py index 0c9b196..ef28e5c 100644 --- a/custom_components/nicehash/rig_sensors.py +++ b/custom_components/nicehash/rig_sensors.py @@ -378,7 +378,7 @@ class RigSpeedSensor(RigSensor): @property def unit_of_measurement(self): """Sensor unit of measurement""" - return None + return f"{self._unit}" @property def device_state_attributes(self):