Spellcheck on Synology component (#47451)

This commit is contained in:
Paul Dee
2021-03-05 15:36:07 +01:00
committed by GitHub
parent 0350a6ed21
commit 6a4b755faf

View File

@@ -128,21 +128,21 @@ UTILISATION_SENSORS = {
ENTITY_ENABLE: True,
},
f"{SynoCoreUtilization.API_KEY}:cpu_1min_load": {
ENTITY_NAME: "CPU Load Averarge (1 min)",
ENTITY_NAME: "CPU Load Average (1 min)",
ENTITY_UNIT: ENTITY_UNIT_LOAD,
ENTITY_ICON: "mdi:chip",
ENTITY_CLASS: None,
ENTITY_ENABLE: False,
},
f"{SynoCoreUtilization.API_KEY}:cpu_5min_load": {
ENTITY_NAME: "CPU Load Averarge (5 min)",
ENTITY_NAME: "CPU Load Average (5 min)",
ENTITY_UNIT: ENTITY_UNIT_LOAD,
ENTITY_ICON: "mdi:chip",
ENTITY_CLASS: None,
ENTITY_ENABLE: True,
},
f"{SynoCoreUtilization.API_KEY}:cpu_15min_load": {
ENTITY_NAME: "CPU Load Averarge (15 min)",
ENTITY_NAME: "CPU Load Average (15 min)",
ENTITY_UNIT: ENTITY_UNIT_LOAD,
ENTITY_ICON: "mdi:chip",
ENTITY_CLASS: None,