Add icon to Plex sensor (#30172)

This commit is contained in:
Quentame 2019-12-23 17:25:57 +01:00 committed by Aaron Bach
parent a2678b2aff
commit e3a3964911

View file

@ -86,6 +86,11 @@ class PlexSensor(Entity):
"""Return the unit this state is expressed in."""
return "Watching"
@property
def icon(self):
"""Return the icon of the sensor."""
return "mdi:plex"
@property
def device_state_attributes(self):
"""Return the state attributes."""