added icon
This commit is contained in:
parent
3e51d0b539
commit
f3db4306c2
1 changed files with 5 additions and 0 deletions
|
@ -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. """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue