fix(RigStatusSensor): remove unit of measurement

This commit is contained in:
Brian Berg 2020-07-11 18:57:54 +00:00
parent b4ba0bf5cc
commit 2cdbc21fdd

View File

@ -164,7 +164,7 @@ class RigStatusSensor(Entity):
@property @property
def unit_of_measurement(self): def unit_of_measurement(self):
"""Sensor unit of measurement""" """Sensor unit of measurement"""
return "\u200b" return None
@property @property
def device_state_attributes(self): def device_state_attributes(self):