Remove unit of measurement

This commit is contained in:
Fabian Affolter 2017-02-13 23:04:25 +01:00
parent 41849eab06
commit e866eeb518
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336

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