mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
bugfix
This commit is contained in:
parent
b8d2f2ba37
commit
6f2078cda3
@ -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…
x
Reference in New Issue
Block a user