fix(RigStatusSensor): remove unit of measurement
This commit is contained in:
parent
b4ba0bf5cc
commit
2cdbc21fdd
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user