added icon

This commit is contained in:
Erik 2015-12-25 18:50:35 +01:00
parent 3e51d0b539
commit f3db4306c2

View file

@ -53,6 +53,11 @@ class EliqSensor(Entity):
""" Returns the name. """
return self._name
@property
def icon(self):
""" Returns icon. """
return "mdi:speedometer"
@property
def unit_of_measurement(self):
""" Unit of measurement of this entity, if any. """