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