bugfix
This commit is contained in:
parent
b8d2f2ba37
commit
6f2078cda3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class SystemMonitorSensor(Entity):
|
|||
|
||||
@property
|
||||
def icon(self):
|
||||
return SENSOR_TYPES[self.type]
|
||||
return SENSOR_TYPES[self.type][2]
|
||||
|
||||
@property
|
||||
def state(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue