mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
bugfix
This commit is contained in:
parent
b8d2f2ba37
commit
6f2078cda3
@ -71,7 +71,7 @@ class SystemMonitorSensor(Entity):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def icon(self):
|
def icon(self):
|
||||||
return SENSOR_TYPES[self.type]
|
return SENSOR_TYPES[self.type][2]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def state(self):
|
def state(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user