Add icon to Plex sensor (#30172)
This commit is contained in:
parent
a2678b2aff
commit
e3a3964911
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ class PlexSensor(Entity):
|
||||||
"""Return the unit this state is expressed in."""
|
"""Return the unit this state is expressed in."""
|
||||||
return "Watching"
|
return "Watching"
|
||||||
|
|
||||||
|
@property
|
||||||
|
def icon(self):
|
||||||
|
"""Return the icon of the sensor."""
|
||||||
|
return "mdi:plex"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def device_state_attributes(self):
|
def device_state_attributes(self):
|
||||||
"""Return the state attributes."""
|
"""Return the state attributes."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue