Merge pull request #5975 from fabaff/unit-moon

Remove unit of measurement
pull/5982/head
Robbie Trencheny 2017-02-13 18:08:49 -08:00 committed by GitHub
commit 6005933451
1 changed files with 0 additions and 5 deletions

View File

@ -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."""