mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
bugfix
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user