Remove unit of measurement
parent
bbc5c3a300
commit
91d2ba609e
|
@ -62,11 +62,6 @@ class MoonSensor(Entity):
|
||||||
else:
|
else:
|
||||||
return 'New moon'
|
return 'New moon'
|
||||||
|
|
||||||
@property
|
|
||||||
def unit_of_measurement(self):
|
|
||||||
"""Return the unit the value is expressed in."""
|
|
||||||
return 'Phase'
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def icon(self):
|
def icon(self):
|
||||||
"""Icon to use in the frontend, if any."""
|
"""Icon to use in the frontend, if any."""
|
||||||
|
|
Loading…
Reference in New Issue