Merge pull request #5975 from fabaff/unit-moon
Remove unit of measurement
This commit is contained in:
commit
6005933451
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
Add a link
Reference in a new issue