mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Added percent to the disk,memory and swap percent labels (#24575)
This commit is contained in:
parent
d2022cae28
commit
0a13c47a8c
@ -26,13 +26,13 @@ DEFAULT_VERSION = 2
|
||||
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=1)
|
||||
|
||||
SENSOR_TYPES = {
|
||||
'disk_use_percent': ['Disk used', '%', 'mdi:harddisk'],
|
||||
'disk_use_percent': ['Disk used percent', '%', 'mdi:harddisk'],
|
||||
'disk_use': ['Disk used', 'GiB', 'mdi:harddisk'],
|
||||
'disk_free': ['Disk free', 'GiB', 'mdi:harddisk'],
|
||||
'memory_use_percent': ['RAM used', '%', 'mdi:memory'],
|
||||
'memory_use_percent': ['RAM used percent', '%', 'mdi:memory'],
|
||||
'memory_use': ['RAM used', 'MiB', 'mdi:memory'],
|
||||
'memory_free': ['RAM free', 'MiB', 'mdi:memory'],
|
||||
'swap_use_percent': ['Swap used', '%', 'mdi:memory'],
|
||||
'swap_use_percent': ['Swap used percent', '%', 'mdi:memory'],
|
||||
'swap_use': ['Swap used', 'GiB', 'mdi:memory'],
|
||||
'swap_free': ['Swap free', 'GiB', 'mdi:memory'],
|
||||
'processor_load': ['CPU load', '15 min', 'mdi:memory'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user