From 2cdbc21fdd16005d8f0db5330d29036683e55e61 Mon Sep 17 00:00:00 2001 From: Brian Berg Date: Sat, 11 Jul 2020 18:57:54 +0000 Subject: [PATCH] fix(RigStatusSensor): remove unit of measurement --- custom_components/nicehash/rig_sensors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/nicehash/rig_sensors.py b/custom_components/nicehash/rig_sensors.py index 617b419..6b46b2c 100644 --- a/custom_components/nicehash/rig_sensors.py +++ b/custom_components/nicehash/rig_sensors.py @@ -164,7 +164,7 @@ class RigStatusSensor(Entity): @property def unit_of_measurement(self): """Sensor unit of measurement""" - return "\u200b" + return None @property def device_state_attributes(self):