Remove unit of measurement
This commit is contained in:
parent
41849eab06
commit
e866eeb518
1 changed files with 0 additions and 5 deletions
|
@ -62,11 +62,6 @@ class MoonSensor(Entity):
|
|||
else:
|
||||
return 'New moon'
|
||||
|
||||
@property
|
||||
def unit_of_measurement(self):
|
||||
"""Return the unit the value is expressed in."""
|
||||
return 'Phase'
|
||||
|
||||
@property
|
||||
def icon(self):
|
||||
"""Icon to use in the frontend, if any."""
|
||||
|
|
Loading…
Add table
Reference in a new issue